From 7ccab61c22fafb3bb9fa5470ff8cb46217111fe4 Mon Sep 17 00:00:00 2001 From: Gustavoeklund01 Date: Mon, 27 Oct 2025 20:28:29 -0300 Subject: outros códigos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp/include/dht11.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'esp/include/dht11.h') 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(); -- cgit v1.2.3