You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is how the RTC works internally but its not exposed here.
You can work out the minutes in a similar way to that method or set up the RTC directly in your code (this will be harder but follow what the code above does)
Hello all,
I'm able to wake up my badger after a certain amount of time:
badger2040.sleep_for(minutes)
But how would I wake up at a certain time, i.e. 8:00 a.m. every day?
Thanks for help!
The text was updated successfully, but these errors were encountered: