11 lines
176 B
CMake
11 lines
176 B
CMake
|
|
idf_component_register(
|
||
|
|
SRCS
|
||
|
|
"src/ecg_generator.c"
|
||
|
|
"src/sine_generator.c"
|
||
|
|
INCLUDE_DIRS
|
||
|
|
"include"
|
||
|
|
REQUIRES
|
||
|
|
esp_log
|
||
|
|
math
|
||
|
|
)
|