Skip to content

Commit

Permalink
Merge pull request #34 from joelkoz/master
Browse files Browse the repository at this point in the history
Version to 0.4.0, updated docs
  • Loading branch information
joelkoz authored Jun 14, 2019
2 parents d9f145b + 7e76ed4 commit d75e60f
Show file tree
Hide file tree
Showing 783 changed files with 12,631 additions and 6,306 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = SensESP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.3.0
PROJECT_NUMBER = 0.4.0

# 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
2 changes: 1 addition & 1 deletion docs/analog__input_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SensESP
&#160;<span id="projectnumber">0.3.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Universal Signal K sensor framework for ESP8266 and ESP32</div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/analog__input_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SensESP
&#160;<span id="projectnumber">0.3.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Universal Signal K sensor framework for ESP8266 and ESP32</div>
</td>
Expand Down Expand Up @@ -94,7 +94,7 @@
<a href="analog__input_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="analog__input_8h.html">analog_input.h</a>&quot;</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &quot;Arduino.h&quot;</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="sensesp_8h.html">sensesp.h</a>&quot;</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keywordtype">void</span> AnalogInput::update() {</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; <a class="code" href="class_value_producer.html#a9d3882f6de7ef8b05e78947cf9df2697">output</a> = analogRead(A0);</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; this-&gt;<a class="code" href="class_observable.html#a099bf851e05bb8c1a25e83f2a1389e58">notify</a>();</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;}</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="class_analog_input.html#a34942eae263f68e8f44fa3f405d057fb"> 12</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="class_analog_input.html#a34942eae263f68e8f44fa3f405d057fb">AnalogInput::enable</a>() {</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; <a class="code" href="sensesp_8h.html#aaa2ffd80e6f851dc6bb43c95a2c7d26f">app</a>.onRepeat(100, [<span class="keyword">this</span>](){ this-&gt;update(); });</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;}</div><div class="ttc" id="analog__input_8h_html"><div class="ttname"><a href="analog__input_8h.html">analog_input.h</a></div></div>
<div class="ttc" id="class_observable_html_a099bf851e05bb8c1a25e83f2a1389e58"><div class="ttname"><a href="class_observable.html#a099bf851e05bb8c1a25e83f2a1389e58">Observable::notify</a></div><div class="ttdeci">void notify()</div><div class="ttdef"><b>Definition:</b> <a href="observable_8cpp_source.html#l00003">observable.cpp:3</a></div></div>
<div class="ttc" id="class_analog_input_html_a34942eae263f68e8f44fa3f405d057fb"><div class="ttname"><a href="class_analog_input.html#a34942eae263f68e8f44fa3f405d057fb">AnalogInput::enable</a></div><div class="ttdeci">void enable() override final</div><div class="ttdef"><b>Definition:</b> <a href="analog__input_8cpp_source.html#l00012">analog_input.cpp:12</a></div></div>
<div class="ttc" id="class_value_producer_html_a9d3882f6de7ef8b05e78947cf9df2697"><div class="ttname"><a href="class_value_producer.html#a9d3882f6de7ef8b05e78947cf9df2697">ValueProducer&lt; float &gt;::output</a></div><div class="ttdeci">float output</div><div class="ttdef"><b>Definition:</b> <a href="valueproducer_8h_source.html#l00064">valueproducer.h:64</a></div></div>
<div class="ttc" id="class_value_producer_html_a9d3882f6de7ef8b05e78947cf9df2697"><div class="ttname"><a href="class_value_producer.html#a9d3882f6de7ef8b05e78947cf9df2697">ValueProducer&lt; float &gt;::output</a></div><div class="ttdeci">float output</div><div class="ttdef"><b>Definition:</b> <a href="valueproducer_8h_source.html#l00074">valueproducer.h:74</a></div></div>
<div class="ttc" id="sensesp_8h_html"><div class="ttname"><a href="sensesp_8h.html">sensesp.h</a></div></div>
<div class="ttc" id="sensesp_8h_html_aaa2ffd80e6f851dc6bb43c95a2c7d26f"><div class="ttname"><a href="sensesp_8h.html#aaa2ffd80e6f851dc6bb43c95a2c7d26f">app</a></div><div class="ttdeci">ReactESP app</div></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/analog__input_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SensESP
&#160;<span id="projectnumber">0.3.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Universal Signal K sensor framework for ESP8266 and ESP32</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/analog__input_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SensESP
&#160;<span id="projectnumber">0.3.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Universal Signal K sensor framework for ESP8266 and ESP32</div>
</td>
Expand Down
43 changes: 21 additions & 22 deletions docs/analogvoltage_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SensESP
&#160;<span id="projectnumber">0.3.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Universal Signal K sensor framework for ESP8266 and ESP32</div>
</td>
Expand Down Expand Up @@ -99,27 +99,26 @@
<div class="dyncontent">
<div class="center"><img src="analogvoltage_8h__incl.png" border="0" usemap="#src_2transforms_2analogvoltage_8h" alt=""/></div>
<map name="src_2transforms_2analogvoltage_8h" id="src_2transforms_2analogvoltage_8h">
<area shape="rect" title=" " alt="" coords="603,5,807,31"/>
<area shape="rect" href="linear_8h.html" title=" " alt="" coords="639,79,770,104"/>
<area shape="rect" href="transform_8h.html" title=" " alt="" coords="431,152,520,177"/>
<area shape="rect" href="valueconsumer_8h.html" title=" " alt="" coords="892,372,1014,397"/>
<area shape="rect" title=" " alt="" coords="283,299,322,324"/>
<area shape="rect" title=" " alt="" coords="130,372,208,397"/>
<area shape="rect" title=" " alt="" coords="324,445,430,471"/>
<area shape="rect" href="configurable_8h.html" title=" " alt="" coords="5,299,156,324"/>
<area shape="rect" href="observable_8h.html" title=" " alt="" coords="724,372,867,397"/>
<area shape="rect" href="valueproducer_8h.html" title=" " alt="" coords="605,299,767,324"/>
<area shape="rect" href="enable_8h.html" title=" " alt="" coords="842,225,960,251"/>
<area shape="rect" href="signalksource_8h.html" title=" " alt="" coords="337,225,497,251"/>
<area shape="rect" href="sensesp_8h.html" title=" " alt="" coords="448,299,530,324"/>
<area shape="rect" title=" " alt="" coords="59,372,106,397"/>
<area shape="rect" title=" " alt="" coords="751,445,840,471"/>
<area shape="rect" title=" " alt="" coords="864,445,943,471"/>
<area shape="rect" title=" " alt="" coords="669,445,727,471"/>
<area shape="rect" title=" " alt="" coords="993,445,1057,471"/>
<area shape="rect" title=" " alt="" coords="872,299,930,324"/>
<area shape="rect" title=" " alt="" coords="556,372,648,397"/>
<area shape="rect" title=" " alt="" coords="414,372,532,397"/>
<area shape="rect" title=" " alt="" coords="324,5,528,31"/>
<area shape="rect" href="linear_8h.html" title=" " alt="" coords="361,79,492,104"/>
<area shape="rect" href="transform_8h.html" title=" " alt="" coords="382,152,471,177"/>
<area shape="rect" title=" " alt="" coords="5,225,44,251"/>
<area shape="rect" title=" " alt="" coords="119,299,197,324"/>
<area shape="rect" title=" " alt="" coords="278,372,385,397"/>
<area shape="rect" href="configurable_8h.html" title=" " alt="" coords="171,225,322,251"/>
<area shape="rect" href="observable_8h.html" title=" " alt="" coords="637,299,781,324"/>
<area shape="rect" href="valueconsumer_8h.html" title=" " alt="" coords="394,299,562,324"/>
<area shape="rect" href="valueproducer_8h.html" title=" " alt="" coords="345,225,507,251"/>
<area shape="rect" href="enable_8h.html" title=" " alt="" coords="582,225,700,251"/>
<area shape="rect" href="sensesp_8h.html" title=" " alt="" coords="905,225,987,251"/>
<area shape="rect" title=" " alt="" coords="221,299,269,324"/>
<area shape="rect" title=" " alt="" coords="664,372,754,397"/>
<area shape="rect" title=" " alt="" coords="778,372,856,397"/>
<area shape="rect" title=" " alt="" coords="583,372,640,397"/>
<area shape="rect" title=" " alt="" coords="470,372,534,397"/>
<area shape="rect" title=" " alt="" coords="805,299,863,324"/>
<area shape="rect" title=" " alt="" coords="1029,299,1122,324"/>
<area shape="rect" title=" " alt="" coords="887,299,1005,324"/>
</map>
</div>
</div>
Expand Down
41 changes: 20 additions & 21 deletions docs/analogvoltage_8h__incl.map
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<map id="src/transforms/analogvoltage.h" name="src/transforms/analogvoltage.h">
<area shape="rect" id="node1" title=" " alt="" coords="603,5,807,31"/>
<area shape="rect" id="node2" href="$linear_8h.html" title=" " alt="" coords="639,79,770,104"/>
<area shape="rect" id="node3" href="$transform_8h.html" title=" " alt="" coords="431,152,520,177"/>
<area shape="rect" id="node14" href="$valueconsumer_8h.html" title=" " alt="" coords="892,372,1014,397"/>
<area shape="rect" id="node4" title=" " alt="" coords="283,299,322,324"/>
<area shape="rect" id="node5" title=" " alt="" coords="130,372,208,397"/>
<area shape="rect" id="node6" title=" " alt="" coords="324,445,430,471"/>
<area shape="rect" id="node7" href="$configurable_8h.html" title=" " alt="" coords="5,299,156,324"/>
<area shape="rect" id="node9" href="$observable_8h.html" title=" " alt="" coords="724,372,867,397"/>
<area shape="rect" id="node13" href="$valueproducer_8h.html" title=" " alt="" coords="605,299,767,324"/>
<area shape="rect" id="node16" href="$enable_8h.html" title=" " alt="" coords="842,225,960,251"/>
<area shape="rect" id="node18" href="$signalksource_8h.html" title=" " alt="" coords="337,225,497,251"/>
<area shape="rect" id="node19" href="$sensesp_8h.html" title=" " alt="" coords="448,299,530,324"/>
<area shape="rect" id="node8" title=" " alt="" coords="59,372,106,397"/>
<area shape="rect" id="node10" title=" " alt="" coords="751,445,840,471"/>
<area shape="rect" id="node11" title=" " alt="" coords="864,445,943,471"/>
<area shape="rect" id="node12" title=" " alt="" coords="669,445,727,471"/>
<area shape="rect" id="node15" title=" " alt="" coords="993,445,1057,471"/>
<area shape="rect" id="node17" title=" " alt="" coords="872,299,930,324"/>
<area shape="rect" id="node20" title=" " alt="" coords="556,372,648,397"/>
<area shape="rect" id="node21" title=" " alt="" coords="414,372,532,397"/>
<area shape="rect" id="node1" title=" " alt="" coords="324,5,528,31"/>
<area shape="rect" id="node2" href="$linear_8h.html" title=" " alt="" coords="361,79,492,104"/>
<area shape="rect" id="node3" href="$transform_8h.html" title=" " alt="" coords="382,152,471,177"/>
<area shape="rect" id="node4" title=" " alt="" coords="5,225,44,251"/>
<area shape="rect" id="node5" title=" " alt="" coords="119,299,197,324"/>
<area shape="rect" id="node6" title=" " alt="" coords="278,372,385,397"/>
<area shape="rect" id="node7" href="$configurable_8h.html" title=" " alt="" coords="171,225,322,251"/>
<area shape="rect" id="node9" href="$observable_8h.html" title=" " alt="" coords="637,299,781,324"/>
<area shape="rect" id="node13" href="$valueconsumer_8h.html" title=" " alt="" coords="394,299,562,324"/>
<area shape="rect" id="node15" href="$valueproducer_8h.html" title=" " alt="" coords="345,225,507,251"/>
<area shape="rect" id="node16" href="$enable_8h.html" title=" " alt="" coords="582,225,700,251"/>
<area shape="rect" id="node18" href="$sensesp_8h.html" title=" " alt="" coords="905,225,987,251"/>
<area shape="rect" id="node8" title=" " alt="" coords="221,299,269,324"/>
<area shape="rect" id="node10" title=" " alt="" coords="664,372,754,397"/>
<area shape="rect" id="node11" title=" " alt="" coords="778,372,856,397"/>
<area shape="rect" id="node12" title=" " alt="" coords="583,372,640,397"/>
<area shape="rect" id="node14" title=" " alt="" coords="470,372,534,397"/>
<area shape="rect" id="node17" title=" " alt="" coords="805,299,863,324"/>
<area shape="rect" id="node19" title=" " alt="" coords="1029,299,1122,324"/>
<area shape="rect" id="node20" title=" " alt="" coords="887,299,1005,324"/>
</map>
2 changes: 1 addition & 1 deletion docs/analogvoltage_8h__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
276897633b246a2943f4b27aa34dff31
40aa9283a313dedf7c46b76da92890b2
Binary file modified docs/analogvoltage_8h__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d75e60f

Please sign in to comment.