4 lines
131 B
CMake
4 lines
131 B
CMake
idf_component_register(SRCS "bme280.c" "bme280_sup.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES i2c)
|