summaryrefslogtreecommitdiff
path: root/esp/include/dht11.h
diff options
context:
space:
mode:
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
new file mode 100644
index 0000000..84af67f
--- /dev/null
+++ b/esp/include/dht11.h
@@ -0,0 +1,4 @@
+#pragma once
+void setupDHT11();
+float lerTemperaturaDHT11();
+float lerUmidadeDHT11();