Skip to content

Commit 16aba54

Browse files
committed
docs: Regenerate doxygen docs for v1.3.1
1 parent 653218a commit 16aba54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+918
-445
lines changed

docs/html/AceRoutine_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.3.0</span>
25+
&#160;<span id="projectnumber">1.3.1</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

docs/html/Channel_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.3.0</span>
25+
&#160;<span id="projectnumber">1.3.1</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>

docs/html/ClockInterface_8h_source.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceRoutine
25-
&#160;<span id="projectnumber">1.3.0</span>
25+
&#160;<span id="projectnumber">1.3.1</span>
2626
</div>
2727
<div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div>
2828
</td>
@@ -106,14 +106,20 @@
106106
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html"> 40</a></span>&#160;<span class="keyword">class </span><a class="code" href="classace__routine_1_1ClockInterface.html">ClockInterface</a> {</div>
107107
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keyword">public</span>:</div>
108108
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html#aeb6701bd63ee8fb7dbb81efaf0ac02bf"> 43</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classace__routine_1_1ClockInterface.html#aeb6701bd63ee8fb7dbb81efaf0ac02bf">millis</a>() { return ::millis(); }</div>
109-
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;};</div>
110-
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
111-
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;}</div>
109+
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
110+
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html#ab8963dc53edb04d3ab800eac7c3b358e"> 46</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classace__routine_1_1ClockInterface.html#ab8963dc53edb04d3ab800eac7c3b358e">micros</a>() { return ::micros(); }</div>
112111
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
113-
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#endif</span></div>
112+
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html#a03c0d39e0167f8a8e7c41f09d19d2861"> 63</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classace__routine_1_1ClockInterface.html#a03c0d39e0167f8a8e7c41f09d19d2861">seconds</a>() { return ::millis() / 1000; }</div>
113+
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;};</div>
114+
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; </div>
115+
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;}</div>
116+
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; </div>
117+
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#endif</span></div>
114118
</div><!-- fragment --></div><!-- contents -->
115119
<div class="ttc" id="aclassace__routine_1_1ClockInterface_html_aeb6701bd63ee8fb7dbb81efaf0ac02bf"><div class="ttname"><a href="classace__routine_1_1ClockInterface.html#aeb6701bd63ee8fb7dbb81efaf0ac02bf">ace_routine::ClockInterface::millis</a></div><div class="ttdeci">static unsigned long millis()</div><div class="ttdoc">Get the current millis.</div><div class="ttdef"><b>Definition:</b> <a href="ClockInterface_8h_source.html#l00043">ClockInterface.h:43</a></div></div>
120+
<div class="ttc" id="aclassace__routine_1_1ClockInterface_html_a03c0d39e0167f8a8e7c41f09d19d2861"><div class="ttname"><a href="classace__routine_1_1ClockInterface.html#a03c0d39e0167f8a8e7c41f09d19d2861">ace_routine::ClockInterface::seconds</a></div><div class="ttdeci">static unsigned long seconds()</div><div class="ttdoc">Get the current seconds.</div><div class="ttdef"><b>Definition:</b> <a href="ClockInterface_8h_source.html#l00063">ClockInterface.h:63</a></div></div>
116121
<div class="ttc" id="aclassace__routine_1_1ClockInterface_html"><div class="ttname"><a href="classace__routine_1_1ClockInterface.html">ace_routine::ClockInterface</a></div><div class="ttdoc">A utility class (all methods are static) that provides a layer of indirection to Arduino clock functi...</div><div class="ttdef"><b>Definition:</b> <a href="ClockInterface_8h_source.html#l00040">ClockInterface.h:40</a></div></div>
122+
<div class="ttc" id="aclassace__routine_1_1ClockInterface_html_ab8963dc53edb04d3ab800eac7c3b358e"><div class="ttname"><a href="classace__routine_1_1ClockInterface.html#ab8963dc53edb04d3ab800eac7c3b358e">ace_routine::ClockInterface::micros</a></div><div class="ttdeci">static unsigned long micros()</div><div class="ttdoc">Get the current micros.</div><div class="ttdef"><b>Definition:</b> <a href="ClockInterface_8h_source.html#l00046">ClockInterface.h:46</a></div></div>
117123
<!-- start footer part -->
118124
<hr class="footer"/><address class="footer"><small>
119125
Generated by &#160;<a href="http://www.doxygen.org/index.html">

0 commit comments

Comments
 (0)