diff options
| author | Luke Hoersten <[email protected]> | 2021-03-12 12:33:48 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-12 12:33:48 -0600 |
| commit | 6848c47dd9046e6ed927167adb9185205755c4de (patch) | |
| tree | 6a1186711687c28dfed6530266fc7dae50401345 /main/include | |
| parent | f24b74e0881818c8b7ddf7bb786363fa9b142f67 (diff) | |
Pruned unused imports.
Diffstat (limited to 'main/include')
| -rw-r--r-- | main/include/bell.h | 14 | ||||
| -rw-r--r-- | main/include/event_queue.h | 18 | ||||
| -rw-r--r-- | main/include/led.h | 16 | ||||
| -rw-r--r-- | main/include/lock.h | 14 |
4 files changed, 0 insertions, 62 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); diff --git a/main/include/event_queue.h b/main/include/event_queue.h index c101c36..79ce6a4 100644 --- a/main/include/event_queue.h +++ b/main/include/event_queue.h @@ -1,21 +1,3 @@ -#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> - static const char *TAG = "HAP Intercom"; void intercom_event_queue_bell_ring(); diff --git a/main/include/led.h b/main/include/led.h index eb07569..98248e6 100644 --- a/main/include/led.h +++ b/main/include/led.h @@ -1,21 +1,5 @@ -#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> - int intercom_led_identify(hap_acc_t *ha); void intercom_led_init(uint32_t key_gpio_pin);
\ No newline at end of file diff --git a/main/include/lock.h b/main/include/lock.h index 983180c..d26a222 100644 --- a/main/include/lock.h +++ b/main/include/lock.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> - void intercom_lock_unsecure(); void intercom_lock_secure(); |
