DHT11 readout library
|
dht11.c | A library to access the DHT11 temperature and humidity sensor. This device uses its own one wire protocol and the library allows to
Copyright U. Raich Oct. 2017 |
dht11.h | Dht11.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 |