esp-idf-bmx280/CMakeLists.txt
2024-11-24 20:43:57 +08:00

6 lines
91 B
CMake

idf_component_register(
SRCS bmx280.c
INCLUDE_DIRS "include"
REQUIRES driver
)