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

https://github.com/techplexengineer/lib_rtc_ds1307

Arduino Real Time Clock library for the DS1307 I2C RTC
https://github.com/techplexengineer/lib_rtc_ds1307

Last synced: 7 months ago
JSON representation

Arduino Real Time Clock library for the DS1307 I2C RTC

Awesome Lists containing this project

README

          

Arduino Library for the DS1307 I2C Real Time Clock (RTC)
----------------------------

# Using the Library
1. Use the [zip link][1] to download the source
2. Extract the contents to a new folder called RTCDS1307
3. Move this folder into your arduino libraries folder (mine is in my home directory ~/sketchbook/libaries You might need to create yours.)
3. View the example program to see how to read and set the time.

# Credits
Original source from [Wiring.org][2]

[1]: https://github.com/TechplexEngineer/lib_RTC_DS1307/archive/master.zip
[2]: http://wiring.org.co/learning/libraries/realtimeclock.html