Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boot with battery #13

Open
aw1at opened this issue Apr 24, 2024 · 0 comments
Open

boot with battery #13

aw1at opened this issue Apr 24, 2024 · 0 comments

Comments

@aw1at
Copy link

aw1at commented Apr 24, 2024

Hello,
i have installed your firmware.bin

works well except the battery load.
How can I initiate the boot with battery with micropython?

from machine import Pin

Set GPIO15 and GPIO38 to HIGH

pin15 = Pin(15, Pin.OUT)
pin38 = Pin(38, Pin.OUT)
pin15.value(1)
pin38.value(1)

thank you

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant