From 37c3d84bcdba60154bb80f93a336d6564dec75c5 Mon Sep 17 00:00:00 2001 From: DrJPK <91477569+DrJPK@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:49:15 +1000 Subject: [PATCH] Update DHT11.h Signed-off-by: DrJPK <91477569+DrJPK@users.noreply.github.com> --- src/DHT11.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/DHT11.h b/src/DHT11.h index be7e094..d545c15 100644 --- a/src/DHT11.h +++ b/src/DHT11.h @@ -29,6 +29,11 @@ public: */ DHT11(int pin); + /** + * Optional Initialiser + */ + int begin(); + /** * Reads and returns the humidity from the DHT11 sensor. *