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 aea8502 commit d37cfa1Copy full SHA for d37cfa1
ports/espressif/boards/adafruit_esp32s2_camera/pins.c
@@ -36,6 +36,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
36
37
{ MP_ROM_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_GPIO45) },
38
39
+ { MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
40
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO2) },
41
42
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO17) },
0 commit comments