Using the Time library with the RTC to make a watch #880
intakenick
started this conversation in
Library discussion
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to design a digital watch using the ATTINY1616.
My question: can I use the Time library and still get accurate timing after sleep with the internal RTC? (SLEEPMODE_PWR_DOWN)
I'd like to wake the device up using a button push (interrupt) and then display the time on an LED matrix, then go back to sleep to save power.
Beta Was this translation helpful? Give feedback.
All reactions