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.
2 parents 7171bcc + 9fe82fe commit 4c0fb4cCopy full SHA for 4c0fb4c
ports/espressif/boards/waveshare_esp32_s3_zero/pins.c
@@ -9,6 +9,11 @@
9
static const mp_rom_map_elem_t board_module_globals_table[] = {
10
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
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
18
// (top to bottom, preceded by 5V, GND & 3.3V)
19
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
0 commit comments