Skip to content

Commit 7e8816a

Browse files
author
Pierrick C
committed
Add VOLTAGE_MONITOR alias to pin D31/A7
1 parent 8eda4bb commit 7e8816a

File tree

1 file changed

+1
-0
lines changed
  • ports/nrf/boards/feather_nrf52832

1 file changed

+1
-0
lines changed

ports/nrf/boards/feather_nrf52832/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2929

3030
{ MP_ROM_QSTR(MP_QSTR_D31), MP_ROM_PTR(&pin_P0_31) },
3131
{ MP_ROM_QSTR(MP_QSTR_A7), MP_ROM_PTR(&pin_P0_31) },
32+
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_P0_31) },
3233

3334
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_P0_07) },
3435
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_P0_11) },

0 commit comments

Comments
 (0)