src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/led.h
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-05-30 11:00:27 -0500
committerLuke Hoersten <[email protected]>2021-05-30 11:00:27 -0500
commitea05037258993adc5707333696255da0bf9e40ad (patch)
treea7b145e20062583de613f3d2aaf708194821c5db /main/include/led.h
parentcdadb059ccc5577de4bb65660938914a3a245a60 (diff)
Doorbell interrupts working.
GPIO cannot do both ADC and ISR so split the pins.
Diffstat (limited to 'main/include/led.h')
-rw-r--r--main/include/led.h2
1 files changed, 1 insertions, 1 deletions
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