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 b8d25e5 commit 557ee26Copy full SHA for 557ee26
ports/raspberrypi/boards/datanoise_picoadk_v2/mpconfigboard.h
@@ -13,9 +13,9 @@
13
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO9)
14
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
15
16
-#define DEFAULT_SPI_BUS_SCK (&pin_GPIO18)
17
-#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO12)
18
-#define DEFAULT_SPI_BUS_MISO (&pin_GPIO20)
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO6)
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO3)
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO4)
19
20
#define DEFAULT_UART_BUS_RX (&pin_GPIO13)
21
#define DEFAULT_UART_BUS_TX (&pin_GPIO12)
0 commit comments