From 751419d47e2173c7d366e817a8321d9e49dd41c5 Mon Sep 17 00:00:00 2001 From: Edvin Date: Mon, 13 Oct 2025 15:41:15 +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..dd87db2 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "EZADC.c" + INCLUDE_DIRS "include" + REQUIRES "esp_adc") -- cgit v1.2.3