diff --git a/shared_i2c/CMakeLists.txt b/shared_i2c/CMakeLists.txt new file mode 100644 index 0000000..c15997b --- /dev/null +++ b/shared_i2c/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "main.c" + INCLUDE_DIRS "." + REQUIRES "driver" "freertos") # Add freertos as a dependency \ No newline at end of file