We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40035 commit 76e83a4Copy full SHA for 76e83a4
ports/espressif/boards/waveshare_esp32s2_pico/mpconfigboard.h
@@ -30,3 +30,13 @@
30
#define MICROPY_HW_MCU_NAME "ESP32S2"
31
32
#define MICROPY_HW_LED_STATUS (&pin_GPIO9)
33
+
34
+#define DEFAULT_I2C_BUS_SCL (&pin_GPIO41)
35
+#define DEFAULT_I2C_BUS_SDA (&pin_GPIO40)
36
37
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO10)
38
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO11)
39
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO12)
40
41
+#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
42
+#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
0 commit comments