esp-idf-bmx280/CMakeLists.txt

6 lines
91 B
CMake
Raw Normal View History

2020-11-06 11:04:05 +01:00
idf_component_register(
SRCS bmx280.c
INCLUDE_DIRS "include"
REQUIRES driver
2020-11-06 11:04:05 +01:00
)