Using the DS1307 RTC #2239
Unanswered
Space-Cat-Atelier
asked this question in
Q&A
Replies: 1 comment
-
You could refer to the documentation for the Adafruit breakout board for one: https://learn.adafruit.com/ds1307-real-time-clock-breakout-board-kit There's a library for Arduino provided, linked from that page (on the left menu / nav bar). Since it's just I2C, that probably works as is. You may also want to refer to I2C examples for the Pico using Arduino-Pico. |
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.
-
I have a project that requires an RTC DS1307.
How would I go about using this module using Arduino-Pico?
Beta Was this translation helpful? Give feedback.
All reactions