summaryrefslogtreecommitdiff
path: root/main/Kconfig.projbuild
blob: 348e4cc46bcba32f0e418315340a885f7e63984b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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