Add shared_i2c/CMakeLists.txt

This commit is contained in:
2025-07-09 12:30:29 -04:00
parent a01ef13dbd
commit 13d4a6abb5

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES "driver" "freertos") # Add freertos as a dependency