Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5c01e4e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rob4226 committed Dec 2, 2023
1 parent a034758 commit f10cdc8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/dir_91a8e5858aa39ad57eeb2b828e5b631a.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="files" name="files"></a>
Files</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="htu21d__example_8c_source.html"><span class="icondoc"></span></a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="htu21d__example_8c.html">htu21d_example.c</a></td></tr>
<tr class="memdesc:htu21d__example_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Example of using this HTU21D sensor ESP-IDF component. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<tr id="row_0_0_0_0_" class="odd"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="htu21d__calculations_8c_source.html"><span class="icondoc"></span></a><a class="el" href="htu21d__calculations_8c.html" target="_self">htu21d_calculations.c</a></td><td class="desc">Example of calculations using this HTU21D sensor ESP-IDF component </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span id="img_0_1_" class="iconfopen" onclick="toggleFolder('0_1_')">&#160;</span><a class="el" href="dir_906f4f8fedef799eae0ff7d2e8ebc95b.html" target="_self">simple_htu21d</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_0_" class="arrow" onclick="toggleFolder('0_1_0_')">&#9660;</span><span id="img_0_1_0_" class="iconfopen" onclick="toggleFolder('0_1_0_')">&#160;</span><a class="el" href="dir_91a8e5858aa39ad57eeb2b828e5b631a.html" target="_self">main</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="htu21d__example_8c_source.html"><span class="icondoc"></span></a><a class="el" href="htu21d__example_8c.html" target="_self">htu21d_example.c</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="htu21d__example_8c_source.html"><span class="icondoc"></span></a><a class="el" href="htu21d__example_8c.html" target="_self">htu21d_example.c</a></td><td class="desc">Example of using this HTU21D sensor ESP-IDF component </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="htu21d_8c_source.html"><span class="icondoc"></span></a><a class="el" href="htu21d_8c.html" target="_self">htu21d.c</a></td><td class="desc">HTU21D Sensor ESP-IDF Component source code file </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="htu21d_8h_source.html"><span class="icondoc"></span></a><a class="el" href="htu21d_8h.html" target="_self">htu21d.h</a></td><td class="desc">HTU21D Sensor ESP-IDF Component header file </td></tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/htu21d_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad051dbd53437a44c5d767b48
<p>Initializes the HTU21D temperature/humidity sensor and the I2C bus. </p>
<p>I2C bus runs in master mode @ 100,000. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">port</td><td>I2C port number to use, can be #I2C_NUM_0 ~ (#I2C_NUM_MAX - 1). </td></tr>
<tr><td class="paramname">port</td><td>I2C port number to use, can be <code>I2C_NUM_0</code> ~ (<code>I2C_NUM_MAX</code> - 1). </td></tr>
<tr><td class="paramname">sda_pin</td><td>The GPIO pin number to use for the I2C sda (data) signal. </td></tr>
<tr><td class="paramname">scl_pin</td><td>The GPIO pin number to use for the I2C scl (clock) signal. </td></tr>
<tr><td class="paramname">sda_internal_pullup</td><td>Internal GPIO pull mode for I2C sda signal. </td></tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/htu21d_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad051dbd53437a44c5d767b48
<p>Initializes the HTU21D temperature/humidity sensor and the I2C bus. </p>
<p>I2C bus runs in master mode @ 100,000. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">port</td><td>I2C port number to use, can be #I2C_NUM_0 ~ (#I2C_NUM_MAX - 1). </td></tr>
<tr><td class="paramname">port</td><td>I2C port number to use, can be <code>I2C_NUM_0</code> ~ (<code>I2C_NUM_MAX</code> - 1). </td></tr>
<tr><td class="paramname">sda_pin</td><td>The GPIO pin number to use for the I2C sda (data) signal. </td></tr>
<tr><td class="paramname">scl_pin</td><td>The GPIO pin number to use for the I2C scl (clock) signal. </td></tr>
<tr><td class="paramname">sda_internal_pullup</td><td>Internal GPIO pull mode for I2C sda signal. </td></tr>
Expand Down
13 changes: 12 additions & 1 deletion docs/htu21d__example_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
<div class="headertitle"><div class="title">htu21d_example.c File Reference</div></div>
</div><!--header-->
<div class="contents">

<p>Example of using this HTU21D sensor ESP-IDF component.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;esp_err.h&quot;</code><br />
<code>#include &quot;esp_log.h&quot;</code><br />
<code>#include &quot;freertos/FreeRTOS.h&quot;</code><br />
Expand All @@ -109,7 +112,15 @@
<tr class="memitem:a630544a7f0a2cc40d8a7fefab7e2fe70" id="r_a630544a7f0a2cc40d8a7fefab7e2fe70"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="htu21d__example_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70">app_main</a> (void)</td></tr>
<tr class="separator:a630544a7f0a2cc40d8a7fefab7e2fe70"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Example of using this HTU21D sensor ESP-IDF component. </p>
<dl class="section author"><dt>Author</dt><dd>Rob4226 <a href="#" onclick="location.href='mai'+'lto:'+'Rob'+'42'+'26@'+'ya'+'hoo'+'.c'+'om'; return false;">Rob42<span class="obfuscator">.nosp@m.</span>26@y<span class="obfuscator">.nosp@m.</span>ahoo.<span class="obfuscator">.nosp@m.</span>com</a> </dd></dl>
<dl class="section version"><dt>Version</dt><dd>0.1 </dd></dl>
<dl class="section date"><dt>Date</dt><dd>11.27.2023 3:57PM </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>MIT License 2023 </dd></dl>

<p class="definition">Definition in file <a class="el" href="htu21d__example_8c_source.html">htu21d_example.c</a>.</p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a630544a7f0a2cc40d8a7fefab7e2fe70" name="a630544a7f0a2cc40d8a7fefab7e2fe70"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a630544a7f0a2cc40d8a7fefab7e2fe70">&#9670;&#160;</a></span>app_main()</h2>

Expand Down

0 comments on commit f10cdc8

Please sign in to comment.