|
22 | 22 | <tr style="height: 56px;"> |
23 | 23 | <td id="projectalign" style="padding-left: 0.5em;"> |
24 | 24 | <div id="projectname">AceRoutine |
25 | | -  <span id="projectnumber">1.3.0</span> |
| 25 | +  <span id="projectnumber">1.3.1</span> |
26 | 26 | </div> |
27 | 27 | <div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div> |
28 | 28 | </td> |
|
106 | 106 | <div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html"> 40</a></span> <span class="keyword">class </span><a class="code" href="classace__routine_1_1ClockInterface.html">ClockInterface</a> {</div> |
107 | 107 | <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">public</span>:</div> |
108 | 108 | <div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classace__routine_1_1ClockInterface.html#aeb6701bd63ee8fb7dbb81efaf0ac02bf"> 43</a></span>  <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> };</div> |
110 | | -<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div> |
111 | | -<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> }</div> |
| 109 | +<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </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>  <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> |
112 | 111 | <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div> |
113 | | -<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <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>  <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> };</div> |
| 114 | +<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div> |
| 115 | +<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> }</div> |
| 116 | +<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div> |
| 117 | +<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor">#endif</span></div> |
114 | 118 | </div><!-- fragment --></div><!-- contents --> |
115 | 119 | <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> |
116 | 121 | <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> |
117 | 123 | <!-- start footer part --> |
118 | 124 | <hr class="footer"/><address class="footer"><small> |
119 | 125 | Generated by  <a href="http://www.doxygen.org/index.html"> |
|
0 commit comments