mirror of
https://github.com/dhrubasaha08/DHT11.git
synced 2023-10-23 22:17:45 +03:00
Update DHT11.h
Signed-off-by: DrJPK <91477569+DrJPK@users.noreply.github.com>
This commit is contained in:
parent
373afdc472
commit
37c3d84bcd
@ -29,6 +29,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
DHT11(int pin);
|
DHT11(int pin);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional Initialiser
|
||||||
|
*/
|
||||||
|
int begin();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads and returns the humidity from the DHT11 sensor.
|
* Reads and returns the humidity from the DHT11 sensor.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user