Skip to content

Commit

Permalink
ports/raspberrypi/boards/adafruit_metro_rp2350/pins.c: add D22
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 16, 2024
1 parent 6232e87 commit 98ac26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/raspberrypi/boards/adafruit_metro_rp2350/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO10) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },

{ MP_OBJ_NEW_QSTR(MP_QSTR_D22), MP_ROM_PTR(&pin_GPIO22) },

{ MP_OBJ_NEW_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO23) },
{ MP_OBJ_NEW_QSTR(MP_QSTR_D23), MP_ROM_PTR(&pin_GPIO23) },

Expand Down

0 comments on commit 98ac26f

Please sign in to comment.