diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..3350b64 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRC_DIRS "." + INCLUDE_DIRS "." + REQUIRES arduino-esp32 esp32_Adafruit_Sensor esp32_Adafruit_BusIO +)