8000 Added pin connected to AXP192 N_VBUSSEN · megacoder/circuitpython@808df20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 808df20

Browse files
committed
Added pin connected to AXP192 N_VBUSSEN
1 parent 24ed20b commit 808df20

File tree

1 file changed

+3
-0
lines changed
  • ports/espressif/boards/m5stack_stick_c

1 file changed

+3
-0
lines changed

ports/espressif/boards/m5stack_stick_c/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3737
// internal devices interrupt
3838
{ MP_ROM_QSTR(MP_QSTR_SYS_INT), MP_ROM_PTR(&pin_GPIO35) },
3939

40+
// pmu AXP192
41+
{ MP_ROM_QSTR(MP_QSTR_PMU_N_VBUSEN), MP_ROM_PTR(&pin_GPIO27) },
42+
4043
// pdm microphone
4144
{ MP_ROM_QSTR(MP_QSTR_PDM_MIC_CLK), MP_ROM_PTR(&pin_GPIO0) },
4245
{ MP_ROM_QSTR(MP_QSTR_PDM_MIC_DATA), MP_ROM_PTR(&pin_GPIO34) },

0 commit comments

Comments
 (0)
0