Open tibaultbordeaux opened 1 year ago
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!