Skip to content

Commit e7438c4

Browse files
authored
Merge pull request adafruit#4125 from xorbit/main
Add A3 pin to Raspberry Pi Pico
2 parents a310d43 + a158dde commit e7438c4

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/raspberry_pi_pico/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3535
{ MP_ROM_QSTR(MP_QSTR_GP28_A2), MP_ROM_PTR(&pin_GPIO28) },
3636
{ MP_ROM_QSTR(MP_QSTR_GP28), MP_ROM_PTR(&pin_GPIO28) },
3737
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
38+
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
39+
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_GPIO29) },
3840
};
3941
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)