reorganize code
create light service, with splitted beacon and outdoor functions Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
8
components/light/CMakeLists.txt
Normal file
8
components/light/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
idf_component_register(SRCS
|
||||
"beacon.c"
|
||||
"light.c"
|
||||
"outdoor.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES
|
||||
esp_driver_gptimer
|
||||
)
|
Reference in New Issue
Block a user