From ee756f7e231300cdf8e110441e0699a8de1abdfa Mon Sep 17 00:00:00 2001 From: Edvin Date: Tue, 23 Sep 2025 16:25:37 +0200 Subject: First commit --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..80b94c9 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "rgb_led.c" + INCLUDE_DIRS "include" + REQUIRES "driver") -- cgit v1.2.3