Skip to content

Commit

Permalink
Merge pull request #9668 from tannewt/feather_rp2350_pin_tweaks
Browse files Browse the repository at this point in the history
Add IO4 and IO7 to Feather RP2350
  • Loading branch information
dhalbert authored Sep 30, 2024
2 parents ec5cca6 + 14ddb6b commit e445047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/raspberrypi/boards/adafruit_feather_rp2350/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO9) },
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO10) },
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO4) },
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO7) },

Expand Down

0 comments on commit e445047

Please sign in to comment.