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