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
- Host: GitHub
- URL: https://github.com/techplexengineer/lib_rtc_ds1307
- Owner: TechplexEngineer
- Created: 2013-02-16T03:51:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T10:55:59.000Z (over 7 years ago)
- Last Synced: 2025-02-25T09:19:06.550Z (about 1 year ago)
- Language: C++
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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