An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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)

![ ds1307 ](https://github.com/gavinlyonsrepo/pic_16F18346_projects/blob/master/images/ds1307.jpg)