Add source files.

This commit is contained in:
2025-02-11 10:54:43 +03:00
parent 51b48f761a
commit d3fb1e6620
10 changed files with 885 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "relay_chn.c"
INCLUDE_DIRS include
REQUIRES driver
PRIV_REQUIRES esp_timer esp_event)