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 f9c6a40 commit e898e65Copy full SHA for e898e65
ports/espressif/boards/m5stack_cardputer/mpconfigboard.h
@@ -30,7 +30,8 @@
30
#define MICROPY_HW_MCU_NAME "ESP32S3"
31
32
#define MICROPY_HW_NEOPIXEL (&pin_GPIO21)
33
-
+#define DEFAULT_I2C_BUS_SCL (&pin_GPIO1)
34
+#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
35
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
36
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
37
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO34)
0 commit comments