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 9b32d54 commit 784a5edCopy full SHA for 784a5ed
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