esp-ena/components/imu-mpu6886/CMakeLists.txt

7 lines
112 B
CMake
Raw Normal View History

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