src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/bell.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/include/bell.h')
-rw-r--r--main/include/bell.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/include/bell.h b/main/include/bell.h
index 9dded29..35a618e 100644
--- a/main/include/bell.h
+++ b/main/include/bell.h
@@ -1,21 +1,7 @@
-#include <stdio.h>
-#include <string.h>
#include <freertos/FreeRTOS.h>
-#include <freertos/task.h>
#include <freertos/timers.h>
-#include <freertos/queue.h>
-#include <esp_log.h>
-#include <driver/gpio.h>
-#include <driver/adc.h>
-
#include <hap.h>
-#include <hap_apple_servs.h>
-#include <hap_apple_chars.h>
-
-#include <app_wifi.h>
-#include <app_hap_setup_payload.h>
-
bool is_bell_ringing(int val);
void IRAM_ATTR intercom_bell_isr(void *arg);