esp32_BNO08x/CMakeLists.txt

4 lines
121 B
CMake
Raw Normal View History

2023-11-14 22:04:01 +00:00
idf_component_register(SRCS BNO08x.cpp
INCLUDE_DIRS .
2023-11-07 05:10:02 +00:00
REQUIRES driver esp_timer)