DHT11 readout library
File List
Here is a list of all documented files with brief descriptions:
 dht11.cA library to access the DHT11 temperature and humidity sensor. This device uses its own one wire protocol and the library allows to

  • start a measurement
  • read the raw data (the bit stream sent by the DHT11)
  • extract temperature humidity calculated checksum and checksum returned by the device
  • get the temperature of the last valid measurement (correct checksum)
  • get the humidity of the last valid measurement (correct checksum)
  • get the time stamp of the last valid measurement

Copyright U. Raich Oct. 2017
This program is part of a course on embedded systems held at the University of Cape Coast, Ghana in 2017
It is released under the GNU Public License.
For details please see https://www.gnu.org/licenses/gpl.html

 dht11.hDht11.h Header file for the DHT11 readout library
The DHT11 is a temperature and humidity sensor implementing its own 1-wire serial protocol. The functions of this library allow to start a measurement and to extract human readable results from the serial data stream sent by the DHT11
Copyright U. Raich Oct. 2017
This program is part of a course on embedded systems held at the University of Cape Coast, Ghana in 2017 It is released under the GNU Public License For details please see https://www.gnu.org/licenses/gpl.html