https://github.com/logic/arduino-rtc
An Arduino library for communicating with real-time clock devices.
https://github.com/logic/arduino-rtc
Last synced: 10 months ago
JSON representation
An Arduino library for communicating with real-time clock devices.
- Host: GitHub
- URL: https://github.com/logic/arduino-rtc
- Owner: logic
- Created: 2011-03-10T02:39:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-30T12:41:50.000Z (about 15 years ago)
- Last Synced: 2025-04-07T14:46:51.790Z (about 1 year ago)
- Language: C++
- Homepage: https://github.com/logic/arduino-rtc/wiki
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
arduino-RTC
===========
An Arduino library for communicating with real-time clock devices.
This library attempts to provide a user-friendly interface to the features
of the DS I2C real-time clocks, specifically in such a manner than it can
be reused with the [Arduino Time library] [1] ([project page] [2]).
While the suppled example code worked well, it did not provide easy access
to the extended features of the RTC chip (battery-backed RAM, temperature,
alarms, etc).
Today, I'm concentrating on Maxim/Dallas I2C RTCs, as interfacing with
them is similar across the entire IC line. Eventually, I'd like to include
support for their SPI devices, as well as NXP's PCF lineup and TI's BQ
series.
[1]: http://www.arduino.cc/playground/Code/Time
[2]: http://code.google.com/p/arduino-time/