Skip to content

Commit a158dde

Browse files
committed
Add alternate name VOLTAGE_MONITOR for A3
1 parent d357a05 commit a158dde

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/raspberrypi/boards/raspberry_pi_pico/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3636
{ MP_ROM_QSTR(MP_QSTR_GP28), MP_ROM_PTR(&pin_GPIO28) },
3737
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
3838
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
39+
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_GPIO29) },
3940
};
4041
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)