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 9b32d54 + 784a5ed commit 7a3bcf7Copy full SHA for 7a3bcf7
ports/raspberrypi/boards/adafruit_kb2040/mpconfigboard.h
@@ -8,3 +8,7 @@
8
9
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
10
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
11
+
12
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO18)
13
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO19)
14
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO20)
0 commit comments