Skip to content

Commit f87e34b

Browse files
committed
add shutter button
1 parent 1a11ff8 commit f87e34b

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/espressif_esp32_eye

1 file changed

+1
-0
lines changed

ports/espressif/boards/espressif_esp32_eye/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2424
{ MP_ROM_QSTR(MP_QSTR_I2S_SDO), MP_ROM_PTR(&pin_GPIO32) },
2525

2626
{ MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO0) },
27+
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO15) },
2728

2829
{ MP_ROM_QSTR(MP_QSTR_LED_RED), MP_ROM_PTR(&pin_GPIO21) },
2930
{ MP_ROM_QSTR(MP_QSTR_LED_WHITE), MP_ROM_PTR(&pin_GPIO22) },

0 commit comments

Comments
 (0)