From 13d4a6abb560916f80c7c893241c581ba0d4d1b4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 9 Jul 2025 12:30:29 -0400 Subject: [PATCH] Add shared_i2c/CMakeLists.txt --- shared_i2c/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shared_i2c/CMakeLists.txt 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