Skip to content

Commit

Permalink
Merge pull request #11 from bxparks/develop
Browse files Browse the repository at this point in the history
merge v1.0.5 into master
  • Loading branch information
bxparks authored Mar 25, 2022
2 parents 496c790 + 1bb0116 commit a2cd1c4
Show file tree
Hide file tree
Showing 68 changed files with 76 additions and 73 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

* Unreleased
* v1.0.5 (2022-03-25)
* Add a `uint16_t` template parameter to `CoroutineTemplate` for
compatibility with AceRoutine v1.5.0.
* v1.0.4 (2022-01-18)
* Add `EspSntpClock` class which configures the SNTP client on the ESP8266
and ESP32 platforms, sets the `configTime()` timezone to UTC, and exposes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in the future.
This library can be an alternative to the Arduino Time
(https://github.com/PaulStoffregen/Time) library.

**Version**: v1.0.4 (2022-01-18)
**Version**: v1.0.5 (2022-03-25)

**Changelog**: [CHANGELOG.md](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "AceTimeClock"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.4
PROJECT_NUMBER = 1.0.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
6 changes: 3 additions & 3 deletions docs/html/AceTimeClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -100,8 +100,8 @@
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; </div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="comment">// Version format: xxyyzz == &quot;xx.yy.zz&quot;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION 10004</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION_STRING &quot;1.0.4&quot;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION 10005</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION_STRING &quot;1.0.5&quot;</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/html/ClockInterface_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/DS3231Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/DS3231_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/EspSntpClock_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/EspSntpClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareDateTime_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareDateTime_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareTemperature_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/NtpClock_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/NtpClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Rtc_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Rtc_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtcClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtc_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtc_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/html/SystemClockCoroutine_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -96,7 +96,7 @@
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T_SCCI, <span class="keyword">typename</span> T_CRCI&gt;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">class </span>SystemClockCoroutineTemplate :</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">public</span> SystemClockTemplate&lt;T_SCCI&gt;,</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">public</span> ace_routine::CoroutineTemplate&lt;T_CRCI&gt; {</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">public</span> ace_routine::CoroutineTemplate&lt;T_CRCI, uint16_t&gt; {</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">explicit</span> SystemClockCoroutineTemplate(</div>
Expand All @@ -107,7 +107,7 @@
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; uint16_t requestTimeoutMillis = 1000,</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; ace_common::TimingStats* timingStats = <span class="keyword">nullptr</span>):</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; SystemClockTemplate&lt;T_SCCI&gt;(referenceClock, backupClock),</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; ace_routine::CoroutineTemplate&lt;T_CRCI&gt;(),</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; ace_routine::CoroutineTemplate&lt;T_CRCI, uint16_t&gt;(),</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; mSyncPeriodSeconds(syncPeriodSeconds),</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; mRequestTimeoutMillis(requestTimeoutMillis),</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; mTimingStats(timingStats),</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/SystemClockLoop_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/SystemClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/UnixClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1Clock-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1Clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1DS3231Clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1EspSntpClock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1NtpClock-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1NtpClock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1UnixClock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.0.4</span>
&#160;<span id="projectnumber">1.0.5</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Loading

0 comments on commit a2cd1c4

Please sign in to comment.