@felmue said in Core2 MBus Power Mode 5V Output AXP2101 / AXP192:
M5.Power.setExtPower(true/false)
Hi Felix
Thank you so much for your response and the help!
I tried to change the code (I use UI Flow 1 and MicroPython), unfortunatelly there always occur errors… Is there maybe a library missing?
If I use the function: M5.Power.setExtPower(true/false) following error occurs:
Name ‘M5’ isn’t defined
If I use the function: power.setExtPower(true/false) following error occurs:
‘Axp2101’ object has no attribute ‘setExtPower’
Thanks!