Skip to content

Commit 14ddb6b

Browse files
committed
Add IO4 and IO7 to Feather RP2350
These match the silkscreen but not the standard feather pin naming D12 and D13 are left so code is compatible. Brought up on the forums: https://forums.adafruit.com/viewtopic.php?p=1030324
1 parent ec5cca6 commit 14ddb6b

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)