Skip to content

Commit d52f149

Browse files
committed
add ESP CS pin to make wifi demos easier
1 parent ac855af commit d52f149

File tree

1 file changed

+1
-0
lines changed
  • ports/raspberrypi/boards/arduino_nano_rp2040_connect

1 file changed

+1
-0
lines changed

ports/raspberrypi/boards/arduino_nano_rp2040_connect/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1010
{ MP_ROM_QSTR(MP_QSTR_ESP_GPIO0), MP_ROM_PTR(&pin_GPIO2) }, // ESP32 FW boot state pin (confusingly named GPIO0)
1111
{ MP_ROM_QSTR(MP_QSTR_ESP_RESET), MP_ROM_PTR(&pin_GPIO3) },
1212
{ MP_ROM_QSTR(MP_QSTR_ESP_BUSY), MP_ROM_PTR(&pin_GPIO10) },
13+
{ MP_ROM_QSTR(MP_QSTR_ESP_CS), MP_ROM_PTR(&pin_GPIO9) },
1314

1415
// Primary SPI
1516
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO6) },

0 commit comments

Comments
 (0)