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 b9ccc62 commit 1192eebCopy full SHA for 1192eeb
ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
@@ -37,3 +37,10 @@
37
38
// #define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
39
// #define MICROPY_HW_APA102_SCK (&pin_GPIO45)
40
+
41
+#define DEFAULT_I2C_BUS_SCL (&pin_GPIO9)
42
+#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
43
44
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
45
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
46
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)
0 commit comments