day/night cycle on LED 1 from CSV file

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-26 23:01:26 +02:00
parent f2e2fe4078
commit 845fdd306e
15 changed files with 340 additions and 80 deletions

View File

@@ -0,0 +1,8 @@
idf_component_register(SRCS
"simulator.c"
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
led-manager
spiffs
)