Skip to content

Commit 83de740

Browse files
committed
kan prezz
1 parent c56e33e commit 83de740

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_qtpy_esp32s2

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s2/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
44
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
55

66
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
7-
7+
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
88

99
{ MP_ROM_QSTR(MP_QSTR_D18), MP_ROM_PTR(&pin_GPIO18) },
1010
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO18) },

0 commit comments

Comments
 (0)