esp32_shock/components/lis3dsh/CMakeLists.txt

7 lines
160 B
CMake
Raw Permalink Normal View History

2024-04-27 09:15:55 +08:00
idf_component_register(
SRCS
"lis3dsh_lib/lis3dsh_reg.c"
"shake_detect.c"
INCLUDE_DIRS "."
2024-04-29 17:35:50 +08:00
REQUIRES driver esp-dsp nvs_storage twai_communication)