Skip to content

Commit eae8d2a

Browse files
Update ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 7b7b10a commit eae8d2a

File tree

1 file changed

+3
-1
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger

1 file changed

+3
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c

Lines changed: 3 additions & 1 deletion
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_SDA), MP_ROM_PTR(&pin_GPIO2) },
3131
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO3) },
3232

33-
{ MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_GPIO4) },
33+
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
34+
{ MP_ROM_QSTR(MP_QSTR_D12, MP_ROM_PTR(&pin_GPIO4) },
35+
3436
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
3537
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
3638
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO9) },

0 commit comments

Comments
 (0)