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. --- .vscode/settings.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 8ccd8ea..09ca793 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,8 +11,15 @@ "files.associations": { "stdio.h": "c", "hap.h": "c", - "freertos.h": "c" + "freertos.h": "c", + "intercom.h": "c", + "bell.h": "c", + "hap_apple_servs.h": "c", + "hap_apple_chars.h": "c", + "adc.h": "c" }, "git.ignoreLimitWarning": true, - "cmake.configureOnOpen": false + "cmake.configureOnOpen": false, + "idf.port": "/dev/cu.usbserial-01D93418", + "idf.flashType": "UART" } \ No newline at end of file -- cgit v1.2.3