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 407a31f commit 00cec1cCopy full SHA for 00cec1c
ports/espressif/boards/waveshare_esp32_s3_zero/pins.c
@@ -9,6 +9,10 @@
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" om silkscreen
13
+ { MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
14
+ { MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
15
+
16
// Top side of the board - left column
17
// (top to bottom, preceded by 5V, GND & 3.3V)
18
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
0 commit comments