From ea05037258993adc5707333696255da0bf9e40ad Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 30 May 2021 11:00:27 -0500 Subject: Doorbell interrupts working. GPIO cannot do both ADC and ISR so split the pins. --- main/include/led.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/include/led.h') diff --git a/main/include/led.h b/main/include/led.h index 98248e6..ea10f58 100644 --- a/main/include/led.h +++ b/main/include/led.h @@ -2,4 +2,4 @@ int intercom_led_identify(hap_acc_t *ha); -void intercom_led_init(uint32_t key_gpio_pin); \ No newline at end of file +void intercom_led_init(); \ No newline at end of file -- cgit v1.2.3