8000 Merge branch 'adafruit:main' into lilygo_ttgo_tdisplay_esp32_4m · tlyu/circuitpython@41a755c · GitHub
[go: up one dir, main page]

Skip to content

Commit 41a755c

Browse files
authored
Merge branch 'adafruit:main' into lilygo_ttgo_tdisplay_esp32_4m
2 parents f65c524 + 00565c2 commit 41a755c

File tree

1 file changed

+3
-0
lines changed
  • ports/espressif/boards/firebeetle2_esp32s3

1 file changed

+3
-0
lines changed

ports/espressif/boards/firebeetle2_esp32s3/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
9595
{ MP_ROM_QSTR(MP_QSTR_IO5), MP_ROM_PTR(&pin_GPIO5) },
9696
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO5) },
9797

98+
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
99+
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO4) },
100+
98101
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21)},
99102
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO21)},
100103
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO21)},

0 commit comments

Comments
 (0)
0