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/bh1750.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'esp/include/bh1750.h') diff --git a/esp/include/bh1750.h b/esp/include/bh1750.h index e69de29..289d82a 100644 --- a/esp/include/bh1750.h +++ b/esp/include/bh1750.h @@ -0,0 +1,3 @@ +#pragma once +void setupBH1750(); +float lerBH1750(); -- cgit v1.2.3