mirror of
https://github.com/utkumaden/esp-idf-bmx280
synced 2025-01-23 05:26:33 +01:00
6 lines
91 B
CMake
6 lines
91 B
CMake
idf_component_register(
|
|
SRCS bmx280.c
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver
|
|
)
|