diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..baf4fe5 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRCS "DallasTemperature.cpp" + INCLUDE_DIRS "." + PRIV_REQUIRES OneWire arduino + )