feat: porting to component migrating from esp-idf 4.4 to 5.x

This commit is contained in:
Pietro Marchini
2023-11-19 13:56:03 +01:00
parent d358dcdbda
commit e29bb3d397
19 changed files with 14 additions and 956 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(
SRCS "esp32-triac-dimmer-driver.c"
INCLUDE_DIRS "include"
REQUIRES driver
)