simulation of a defective light bulb

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-08-28 21:22:25 +02:00
parent 8c99875f3d
commit dad6f73f1e
6 changed files with 87 additions and 32 deletions

View File

@@ -4,5 +4,7 @@ idf_component_register(SRCS
"outdoor.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
esp_driver_gpio
esp_driver_gptimer
)
esp_driver_ledc
)