Skip to content

Commit b30d2e0

Browse files
committed
update w5100s-evb-pico mpconfigboard.h
1 parent 76efdfd commit b30d2e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
#define MICROPY_HW_BOARD_NAME "W5100S-EVB-Pico"
22
#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

Comments
 (0)