add esp32 support

This commit is contained in:
franchioping 2026-03-18 21:40:27 +00:00
parent ef712e9514
commit 84e7a2b2ba
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
idf_component_register(
SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO
)