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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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