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 2340317 commit 9fe82feCopy full SHA for 9fe82fe
ports/espressif/boards/waveshare_esp32_s3_zero/pins.c
@@ -11,6 +11,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
11
12
// BOOT button labeled simply as "B" on silkscreen
13
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
14
+ { MP_ROM_QSTR(MP_QSTR_IO0), MP_ROM_PTR(&pin_GPIO0) },
15
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
16
17
// Top side of the board - left column
0 commit comments