summaryrefslogtreecommitdiff
path: root/esp/include/dht11.h
diff options
context:
space:
mode:
authorGustavoeklund01 <eklundgu@gmail.com>2025-10-27 20:28:29 -0300
committerGustavoeklund01 <eklundgu@gmail.com>2025-10-27 20:28:29 -0300
commit7ccab61c22fafb3bb9fa5470ff8cb46217111fe4 (patch)
tree65a629f9f99277358e3aefc19fc43a057e079dc2 /esp/include/dht11.h
parentbe7952f3585fe895a3309a19e14cd93f89c3ce1b (diff)
outros códigos
Diffstat (limited to 'esp/include/dht11.h')
-rw-r--r--esp/include/dht11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/esp/include/dht11.h b/esp/include/dht11.h
index e69de29..84af67f 100644
--- a/esp/include/dht11.h
+++ b/esp/include/dht11.h
@@ -0,0 +1,4 @@
+#pragma once
+void setupDHT11();
+float lerTemperaturaDHT11();
+float lerUmidadeDHT11();