mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Update docs
This commit is contained in:
@@ -121,6 +121,7 @@ Realtime Clock Library</h1>
|
||||
<ul>
|
||||
<li><a class="el" href="classRTC.html" title="Base class for realtime clock handlers. ">RTC</a> class that acts as a base for all realtime clock implementations, including support for configuring alarms and storing clock settings. The default implementation simulates the time and date based on the value of <code>millis()</code>. </li>
|
||||
<li><a class="el" href="classDS1307RTC.html" title="Communicates with a DS1307 realtime clock chip via I2C. ">DS1307RTC</a> class that talks to the DS1307 realtime clock chip via I2C. </li>
|
||||
<li><a class="el" href="classDS3231RTC.html" title="Communicates with a DS3231 realtime clock chip via I2C. ">DS3231RTC</a> class that talks to the DS3231 realtime clock chip via I2C. </li>
|
||||
<li><a class="el" href="classDS3232RTC.html" title="Communicates with a DS3232 realtime clock chip via I2C. ">DS3232RTC</a> class that talks to the DS3232 realtime clock chip via I2C. </li>
|
||||
<li><a class="el" href="alarm_clock.html">Alarm Clock</a> example that uses the DS1307 or DS3232 realtime clock and the <a class="el" href="classLCD.html" title="Enhanced library for Freetronics 16x2 LCD shields. ">LCD</a> library to implement an alarm clock.</li>
|
||||
</ul>
|
||||
@@ -151,7 +152,7 @@ Other</h1>
|
||||
</div></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Mar 25 2015 19:36:08 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Sun Mar 29 2015 08:30:13 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user