diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-04 00:08:17 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-08-14 20:03:09 -0500 |
commit | ae92286baf2ec538984eb3ca186aea1619ac4b59 (patch) | |
tree | 0f2eb10397e236a3f7c6d116c986da8541ee571c /main/Kconfig.projbuild | |
parent | 457c0d46c06c53e6d8e00391a1a4aa23c4c31ca0 (diff) |
Working prototype - Conditional watering based on sensor value
Diffstat (limited to 'main/Kconfig.projbuild')
-rw-r--r-- | main/Kconfig.projbuild | 13 |
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 |