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.
2 parents 278ebef + ceea639 commit b151beeCopy full SHA for b151bee
ports/esp32s2/boards/unexpectedmaker_tinys2/mpconfigboard.h
@@ -39,9 +39,9 @@
39
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO9)
40
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
41
42
-#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO37)
43
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
44
-#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO36)
45
46
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
47
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
0 commit comments