6 lines
134 B
CMake
6 lines
134 B
CMake
|
|
idf_component_register(
|
||
|
|
SRC_DIRS "."
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO
|
||
|
|
)
|