We are developing a S/W on a Raspberry Pico 2W board with micropython.
A sleep function doesn,t work.
import machine
print("lightsleep")
machine.lightsleep(5000)
print("Wake up")
Here, go into machine.lightsleep(5000), but suspend
Please let me a solution.
A sleep function doesn,t work.
import machine
print("lightsleep")
machine.lightsleep(5000)
print("Wake up")
Here, go into machine.lightsleep(5000), but suspend
Please let me a solution.
Statistics: Posted by hychoiwoo — Thu Mar 06, 2025 7:20 am — Replies 1 — Views 53