| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.13"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>RTClib: Class List</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">RTClib
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.13 -->
- <script type="text/javascript">
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- </script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- <div class="header">
- <div class="headertitle">
- <div class="title">Class List</div> </div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
- <table class="directory">
- <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_date_time.html" target="_self">DateTime</a></td><td class="desc">Simple general-purpose date/time class (no TZ / DST / leap seconds) </td></tr>
- <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___d_s1307.html" target="_self">RTC_DS1307</a></td><td class="desc">RTC based on the DS1307 chip connected via I2C and the Wire library </td></tr>
- <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___d_s3231.html" target="_self">RTC_DS3231</a></td><td class="desc">RTC based on the DS3231 chip connected via I2C and the Wire library </td></tr>
- <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___i2_c.html" target="_self">RTC_I2C</a></td><td class="desc">A generic I2C RTC base class. DO NOT USE DIRECTLY </td></tr>
- <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___micros.html" target="_self">RTC_Micros</a></td><td class="desc">RTC using the internal micros() clock, has to be initialized before use. Unlike <a class="el" href="class_r_t_c___millis.html" title="RTC using the internal millis() clock, has to be initialized before use. NOTE: this is immune to mill...">RTC_Millis</a>, this can be tuned in order to compensate for the natural drift of the system clock. Note that <a class="el" href="class_r_t_c___micros.html#a1fc42a118907796cc95af60ab243c5bd" title="Get the current date/time from the RTC_Micros clock. ">now()</a> has to be called more frequently than the micros() rollover period, which is approximately 71.6 minutes </td></tr>
- <tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___millis.html" target="_self">RTC_Millis</a></td><td class="desc">RTC using the internal millis() clock, has to be initialized before use. NOTE: this is immune to millis() rollover events </td></tr>
- <tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___p_c_f8523.html" target="_self">RTC_PCF8523</a></td><td class="desc">RTC based on the PCF8523 chip connected via I2C and the Wire library </td></tr>
- <tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_r_t_c___p_c_f8563.html" target="_self">RTC_PCF8563</a></td><td class="desc">RTC based on the PCF8563 chip connected via I2C and the Wire library </td></tr>
- <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_time_span.html" target="_self">TimeSpan</a></td><td class="desc">Timespan which can represent changes in time with seconds accuracy </td></tr>
- </table>
- </div><!-- directory -->
- </div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.13
- </small></address>
- </body>
- </html>
|