Update DHT11.h

Signed-off-by: DrJPK <91477569+DrJPK@users.noreply.github.com>
This commit is contained in:
DrJPK
2023-09-27 13:49:15 +10:00
committed by GitHub
parent 373afdc472
commit 37c3d84bcd

View File

@@ -29,6 +29,11 @@ public:
*/
DHT11(int pin);
/**
* Optional Initialiser
*/
int begin();
/**
* Reads and returns the humidity from the DHT11 sensor.
*