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