Skip to content

A bare-bone library for retrieve data from DHT11 sensor.

Notifications You must be signed in to change notification settings

andrea-deri/DHT11Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DHT11Reader

A bare-bone library for retrieve data from DHT11 sensor, without all the cumbersome stuff related to complex computation. Useful for that projects where you need only a simple measuration of temperature and humidity.

Description

The library behaviour is adapted to the protocol of the DHT11 sensor, described in the PDF file included in this repo.
The measured values can be read as floating point values directly from the class instance. See DHT11Reader.ino file for a working example.

References

Strongly inspired by Adi Dax's work on DHT11 library (https://github.com/adidax/dht11).

About

A bare-bone library for retrieve data from DHT11 sensor.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages