summaryrefslogtreecommitdiff
path: root/main/Kconfig.projbuild
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-04 00:08:17 -0500
committerAaditya Dhruv <[email protected]>2025-08-14 20:03:09 -0500
commitae92286baf2ec538984eb3ca186aea1619ac4b59 (patch)
tree0f2eb10397e236a3f7c6d116c986da8541ee571c /main/Kconfig.projbuild
parent457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (diff)
Working prototype - Conditional watering based on sensor value
Diffstat (limited to 'main/Kconfig.projbuild')
-rw-r--r--main/Kconfig.projbuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild
new file mode 100644
index 0000000..348e4cc
--- /dev/null
+++ b/main/Kconfig.projbuild
@@ -0,0 +1,13 @@
+menu "Sprayduck IO"
+
+config SENSOR_CHANNEL
+ string "ADC Channel"
+ default "ADC_CHANNEL_7"
+ help
+ ADC Channel Number for the moisture sensor
+config LED_GPIO_PIN
+ int "LED GPIO"
+ default 22
+ help
+ LED GPIO Pin for notification
+endmenu