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 76efdfd commit b30d2e0Copy full SHA for b30d2e0
ports/raspberrypi/boards/wiznet_w5100s_evb_pico/mpconfigboard.h
@@ -1,2 +1,9 @@
1
#define MICROPY_HW_BOARD_NAME "W5100S-EVB-Pico"
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
+
4
+#define DEFAULT_SPI_BUS_SCK (&pin_GPIO18)
5
+#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO19)
6
+#define DEFAULT_SPI_BUS_MISO (&pin_GPIO16)
7
8
+#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
9
+#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
0 commit comments