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

Update docs

This commit is contained in:
Rhys Weatherley
2015-03-12 19:03:15 +10:00
parent 083448f195
commit c6206e4216
493 changed files with 35310 additions and 3018 deletions

View File

@@ -3,6 +3,7 @@
<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.6"/>
<title>ArduinoLibs: RTCDate Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.2 -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
@@ -95,21 +96,24 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p><code>#include &lt;<a class="el" href="RTC_8h_source.html">RTC.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pub-attribs"></a>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a7d31822daff3c3fc947386abd897732f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7d31822daff3c3fc947386abd897732f"></a>
unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRTCDate.html#a7d31822daff3c3fc947386abd897732f">year</a></td></tr>
<tr class="memdesc:a7d31822daff3c3fc947386abd897732f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Year (4-digit) <br/></td></tr>
<tr class="separator:a7d31822daff3c3fc947386abd897732f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6e6196059b36186041a5312400ea9202"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6e6196059b36186041a5312400ea9202"></a>
uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRTCDate.html#a6e6196059b36186041a5312400ea9202">month</a></td></tr>
<tr class="memdesc:a6e6196059b36186041a5312400ea9202"><td class="mdescLeft">&#160;</td><td class="mdescRight">Month of the year (1-12) <br/></td></tr>
<tr class="separator:a6e6196059b36186041a5312400ea9202"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2d68ff3fb90240df522b41222362704c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2d68ff3fb90240df522b41222362704c"></a>
uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRTCDate.html#a2d68ff3fb90240df522b41222362704c">day</a></td></tr>
<tr class="memdesc:a2d68ff3fb90240df522b41222362704c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Day of the month (1-31) <br/></td></tr>
<tr class="separator:a2d68ff3fb90240df522b41222362704c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2>Detailed Description</h2>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Stores date information from a realtime clock chip. </p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="structRTCTime.html" title="Stores time information from a realtime clock chip.">RTCTime</a>, <a class="el" href="structRTCAlarm.html" title="Stores alarm information from a realtime clock chip.">RTCAlarm</a>, <a class="el" href="classRTC.html" title="Base class for realtime clock handlers.">RTC</a> </dd></dl>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="structRTCTime.html" title="Stores time information from a realtime clock chip. ">RTCTime</a>, <a class="el" href="structRTCAlarm.html" title="Stores alarm information from a realtime clock chip. ">RTCAlarm</a>, <a class="el" href="classRTC.html" title="Base class for realtime clock handlers. ">RTC</a> </dd></dl>
<p>Definition at line <a class="el" href="RTC_8h_source.html#l00035">35</a> of file <a class="el" href="RTC_8h_source.html">RTC.h</a>.</p>
</div><hr/>The documentation for this class was generated from the following files:<ul>
@@ -119,9 +123,9 @@ uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="s
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Sep 29 2013 09:30:46 for ArduinoLibs by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Mar 12 2015 19:02:05 for ArduinoLibs by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</a> 1.8.6
</small></address>
</body>
</html>