DHT library modify for DHT11 - DHT22 - AM2302
Fork of DHT by
Revision 5:00961922037a, committed 2021-04-05
- Comitter:
- renanbmx123
- Date:
- Mon Apr 05 01:25:58 2021 +0000
- Parent:
- 4:0242d8d27c1e
- Commit message:
- alter
Changed in this revision
DHT.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0242d8d27c1e -r 00961922037a DHT.cpp --- a/DHT.cpp Sun Apr 04 14:38:00 2021 +0000 +++ b/DHT.cpp Mon Apr 05 01:25:58 2021 +0000 @@ -29,6 +29,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + #include "DHT.h"