esp-ena/components/imu-ttgo-lsm9ds1/CMakeLists.txt

7 lines
112 B
CMake

idf_component_register(
SRCS
"lsm9ds1.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)