Skip to content

Commit e445047

Browse files
authored
Merge pull request #9668 from tannewt/feather_rp2350_pin_tweaks
Add IO4 and IO7 to Feather RP2350
2 parents ec5cca6 + 14ddb6b commit e445047

File tree

1 file changed

+2
-0
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2350

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2350/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3030
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO9) },
3131
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO10) },
3232
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
33+
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
3334
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO4) },
35+
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) },
3436
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO7) },
3537
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO7) },
3638

0 commit comments

Comments
 (0)