summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-05-04 21:08:42 -0500
committerAaditya Dhruv <[email protected]>2025-05-04 21:08:42 -0500
commit457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (patch)
tree9a95d3421f53e2822beee40d957a640fa1b7dbca /main/CMakeLists.txt
Init
Barebones repository to control a LED connected to a GPIO pin, and read sensor data from the ADC GPIO pin
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
new file mode 100644
index 0000000..e027065
--- /dev/null
+++ b/main/CMakeLists.txt
@@ -0,0 +1,2 @@
+idf_component_register(SRCS "sprayduck.c"
+ INCLUDE_DIRS ".")