diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..510c067 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS + REQUIRES arduino + INCLUDE_DIRS "./src") \ No newline at end of file