diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..42b9d84 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "dht11.c" + INCLUDE_DIRS "include")