Skip to content

Commit

Permalink
Merge pull request adafruit#8782 from bill88t/fbs3-A0
Browse files Browse the repository at this point in the history
Add IO4/A0 on FireBeetle ESP32-S3
  • Loading branch information
dhalbert authored Jan 9, 2024
2 parents bbff8b5 + be0f9a8 commit 00565c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/espressif/boards/firebeetle2_esp32s3/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_IO5), MP_ROM_PTR(&pin_GPIO5) },
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO5) },

{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO4) },

{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21)},
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO21)},
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO21)},
Expand Down

0 comments on commit 00565c2

Please sign in to comment.