Pico rtc hiccup #9985
Unanswered
kjm1102
asked this question in
Hardware & Peripherals
Pico rtc hiccup
#9985
Replies: 1 comment
-
Seems to do the same on a pyboard:
I know that the Pico's RTC has an off-by-one on its day of the week, but that's a different issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Needed to know day-of-the week on the pico so tried
Incorrect, today is Wednesday which is a 2 not a one. So I tried
Correct. Just add it to the list of upython stuff that needs fixin' on the pico. If only my skills as a programmer matched my dislike of ugly little gotchas like this.
Beta Was this translation helpful? Give feedback.
All reactions