8000 Merge pull request #2431 from jerryneedell/jerryn_stm_vbat · tannewt/circuitpython@7387f60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7387f60

Browse files
authored
Merge pull request micropython#2431 from jerryneedell/jerryn_stm_vbat
define board.VOLTAGE_MONITOR for feather_stm32f405_express
2 parents 9ba40d
8000
e + d38a000 commit 7387f60

File tree

1 file changed

+1
-0
lines changed
  • ports/stm32f4/boards/feather_stm32f405_express

1 file changed

+1
-0
lines changed

ports/stm32f4/boards/feather_stm32f405_express/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
77
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_PA07) },
88
{ MP_ROM_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_PC04) },
99
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_PC05) },
10+
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_PA03) },
1011

1112
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_PC07) },
1213
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_PC06) },

0 commit comments

Comments
 (0)
0