mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
Deploy code docs to GitHub Pages Travis build:
Commit:
This commit is contained in:
parent
3d4932614d
commit
3c9c660461
@ -96,6 +96,8 @@ Macros</h2></td></tr>
|
||||
<tr class="separator:af718013a29c2115b00d7c77d2f28084b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3de32b1bf162072c5e2d695bea5bb296"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_d_h_t_8h.html#a3de32b1bf162072c5e2d695bea5bb296">AM2301</a>   21</td></tr>
|
||||
<tr class="separator:a3de32b1bf162072c5e2d695bea5bb296"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa4a5bbc71d71ab25856c1366b6ca15bb"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_d_h_t_8h.html#aa4a5bbc71d71ab25856c1366b6ca15bb">microsecondsToClockCycles</a>(a)   ((a) * (SystemCoreClock / 1000000L))</td></tr>
|
||||
<tr class="separator:aa4a5bbc71d71ab25856c1366b6ca15bb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p>This is a library for <a class="el" href="class_d_h_t.html" title="Class that stores state and functions for DHT. ">DHT</a> series of low cost temperature/humidity sensors.</p>
|
||||
@ -230,6 +232,25 @@ Macros</h2></td></tr>
|
||||
</div><div class="memdoc">
|
||||
<p>AM2301 </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="aa4a5bbc71d71ab25856c1366b6ca15bb"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aa4a5bbc71d71ab25856c1366b6ca15bb">◆ </a></span>microsecondsToClockCycles</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">#define microsecondsToClockCycles</td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"> </td>
|
||||
<td class="paramname">a</td><td>)</td>
|
||||
<td>   ((a) * (SystemCoreClock / 1000000L))</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have microsecondsToClockCycles defined. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- contents -->
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -86,6 +86,9 @@ $(function() {
|
||||
<li>DHT_SENSOR_VERSION
|
||||
: <a class="el" href="_d_h_t___u_8h.html#a77b3acfd90db1775e9e644b87ab2a369">DHT_U.h</a>
|
||||
</li>
|
||||
<li>microsecondsToClockCycles
|
||||
: <a class="el" href="_d_h_t_8h.html#aa4a5bbc71d71ab25856c1366b6ca15bb">DHT.h</a>
|
||||
</li>
|
||||
<li>MIN_INTERVAL
|
||||
: <a class="el" href="_d_h_t_8cpp.html#ae5d44a5fa9fd9d113f6bff639f06ddd6">DHT.cpp</a>
|
||||
</li>
|
||||
|
@ -86,6 +86,9 @@ $(function() {
|
||||
<li>DHT_SENSOR_VERSION
|
||||
: <a class="el" href="_d_h_t___u_8h.html#a77b3acfd90db1775e9e644b87ab2a369">DHT_U.h</a>
|
||||
</li>
|
||||
<li>microsecondsToClockCycles
|
||||
: <a class="el" href="_d_h_t_8h.html#aa4a5bbc71d71ab25856c1366b6ca15bb">DHT.h</a>
|
||||
</li>
|
||||
<li>MIN_INTERVAL
|
||||
: <a class="el" href="_d_h_t_8cpp.html#ae5d44a5fa9fd9d113f6bff639f06ddd6">DHT.cpp</a>
|
||||
</li>
|
||||
|
@ -1,4 +1,5 @@
|
||||
var searchData=
|
||||
[
|
||||
['microsecondstoclockcycles',['microsecondsToClockCycles',['../_d_h_t_8h.html#aa4a5bbc71d71ab25856c1366b6ca15bb',1,'DHT.h']]],
|
||||
['min_5finterval',['MIN_INTERVAL',['../_d_h_t_8cpp.html#ae5d44a5fa9fd9d113f6bff639f06ddd6',1,'DHT.cpp']]]
|
||||
];
|
||||
|
@ -1,4 +1,5 @@
|
||||
var searchData=
|
||||
[
|
||||
['microsecondstoclockcycles',['microsecondsToClockCycles',['../_d_h_t_8h.html#aa4a5bbc71d71ab25856c1366b6ca15bb',1,'DHT.h']]],
|
||||
['min_5finterval',['MIN_INTERVAL',['../_d_h_t_8cpp.html#ae5d44a5fa9fd9d113f6bff639f06ddd6',1,'DHT.cpp']]]
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user