diff options
| author | Luke Hoersten <[email protected]> | 2021-05-30 11:00:27 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-05-30 11:00:27 -0500 |
| commit | ea05037258993adc5707333696255da0bf9e40ad (patch) | |
| tree | a7b145e20062583de613f3d2aaf708194821c5db /main/Kconfig.projbuild | |
| parent | cdadb059ccc5577de4bb65660938914a3a245a60 (diff) | |
Doorbell interrupts working.
GPIO cannot do both ADC and ISR so split the pins.
Diffstat (limited to 'main/Kconfig.projbuild')
| -rw-r--r-- | main/Kconfig.projbuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index 5230dca..2b74fc2 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -29,39 +29,4 @@ menu "HomeKit Intercom Configuration" help Milliseconds before locking intercom - config HOMEKIT_INTERCOM_LOCK_GPIO_PIN - int "Intercom lock GPIO pin number" - range 0 39 - default 21 - help - GPIO pin number to control lock relay. - - config HOMEKIT_INTERCOM_BELL_GPIO_PIN - int "Intercom bell GPIO pin number" - range 0 39 - default 33 - help - GPIO pin number from which to read intercom bell signal. - - config HOMEKIT_INTERCOM_BELL_ADC1_CHANNEL - int "Intercom bell ADC1 channel number" - range 0 7 - default 5 - help - ADC1 channel number from which to read intercom bell signal. - - config HOMEKIT_INTERCOM_WIFI_RESET_GPIO_PIN - int "Intercom WIFI reset GPIO pin number" - range 0 39 - default 0 - help - GPIO pin number to reset wifi. - - config HOMEKIT_INTERCOM_LED_GPIO_PIN - int "LED GPIO pin number" - range 0 39 - default 13 - help - GPIO pin number for LED. - endmenu |
