https://github.com/gavinlyonsrepo/ds1307_pico
Raspberry pi Pico SDK C++ for DS1037 real time clock (RTC) module
https://github.com/gavinlyonsrepo/ds1307_pico
cplusplus ds1307 ds1307-library library pico pico-sdk raspberry-pi raspberry-pi-pico raspberrypi raspberrypipico real-time-clock rpi rpi-pico rtc rtc-module sdk
Last synced: 2 months ago
JSON representation
Raspberry pi Pico SDK C++ for DS1037 real time clock (RTC) module
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/ds1307_pico
- Owner: gavinlyonsrepo
- License: gpl-3.0
- Created: 2025-02-04T21:29:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:04:55.000Z (over 1 year ago)
- Last Synced: 2025-02-17T08:22:51.829Z (over 1 year ago)
- Topics: cplusplus, ds1307, ds1307-library, library, pico, pico-sdk, raspberry-pi, raspberry-pi-pico, raspberrypi, raspberrypipico, real-time-clock, rpi, rpi-pico, rtc, rtc-module, sdk
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.paypal.com/paypalme/whitelight976)
# DS1307_PICO
DS1307 Real time clock module library for Raspberry pi Pico SDK C++.
**DS1307 Real time clock (RTC) module**
The DS1307 serial real-time clock (RTC) is a lowpower, full binary-coded decimal (BCD) clock/calendar
plus 56 bytes of NV SRAM. Address and data are transferred serially through an I2C, bidirectional bus.
The clock/calendar provides seconds, minutes, hours,
day, date, month, and year information.
[ Datasheet ](https://datasheets.maximintegrated.com/en/ds/DS1307.pdf)
