1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Implement support for the DS3232 clock chip

This commit is contained in:
Rhys Weatherley
2012-05-25 11:12:23 +10:00
parent 466b5124d2
commit be14f5c2e7
8 changed files with 621 additions and 25 deletions

View File

@@ -66,6 +66,7 @@ including support for configuring alarms and storing clock settings.
The default implementation simulates the time and date based on the value of
<tt>millis()</tt>.
\li DS1307RTC class that talks to the DS1307 realtime clock chip via I2C.
\li DS3232RTC class that talks to the DS3232 realtime clock chip via I2C.
\li \ref alarm_clock "Alarm Clock" example that uses the DS1307
realtime clock and the LCD library to implement an alarm clock.