Skip to content

Commit 9dc8328

Browse files
author
Kong Wai Weng
committed
Added pin definitions for GP29.
1 parent 39597dc commit 9dc8328

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/cytron_maker_pi_rp2040/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
6262
{ MP_ROM_QSTR(MP_QSTR_GP28), MP_ROM_PTR(&pin_GPIO28) },
6363
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
6464

65+
{ MP_ROM_QSTR(MP_QSTR_GP29_A3), MP_ROM_PTR(&pin_GPIO29) },
66+
{ MP_ROM_QSTR(MP_QSTR_GP29), MP_ROM_PTR(&pin_GPIO29) },
6567
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
6668
{ MP_ROM_QSTR(MP_QSTR_VBATT), MP_ROM_PTR(&pin_GPIO29) },
6769
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_GPIO29) },

0 commit comments

Comments
 (0)