We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a310d43 + a158dde commit e7438c4Copy full SHA for e7438c4
ports/raspberrypi/boards/raspberry_pi_pico/pins.c
@@ -35,5 +35,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
35
{ MP_ROM_QSTR(MP_QSTR_GP28_A2), MP_ROM_PTR(&pin_GPIO28) },
36
{ MP_ROM_QSTR(MP_QSTR_GP28), MP_ROM_PTR(&pin_GPIO28) },
37
{ 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) },
40
};
41
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
0 commit comments