10 lines
150 B
CMake
10 lines
150 B
CMake
idf_component_register(
|
|
SRCS
|
|
"Switches.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
REQUIRES
|
|
"SystemK"
|
|
"driver"
|
|
"button"
|
|
)
|