Skip to content

Commit c8926de

Browse files
removing gpio 19 and 20 as these pins are not broken out in board
1 parent d4b5146 commit c8926de

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/boards/waveshare_esp32_s3_pico

1 file changed

+0
-2
lines changed

ports/espressif/boards/waveshare_esp32_s3_pico/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2222
{ MP_ROM_QSTR(MP_QSTR_IO16), MP_ROM_PTR(&pin_GPIO16) },
2323
{ MP_ROM_QSTR(MP_QSTR_IO17), MP_ROM_PTR(&pin_GPIO17) },
2424
{ MP_ROM_QSTR(MP_QSTR_IO18), MP_ROM_PTR(&pin_GPIO18) },
25-
{ MP_ROM_QSTR(MP_QSTR_IO19), MP_ROM_PTR(&pin_GPIO19) },
26-
{ MP_ROM_QSTR(MP_QSTR_IO20), MP_ROM_PTR(&pin_GPIO20) },
2725
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21) },
2826
{ MP_ROM_QSTR(MP_QSTR_IO33), MP_ROM_PTR(&pin_GPIO33) },
2927
{ MP_ROM_QSTR(MP_QSTR_IO34), MP_ROM_PTR(&pin_GPIO34) },

0 commit comments

Comments
 (0)