src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/led.h
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-12 12:33:48 -0600
committerLuke Hoersten <[email protected]>2021-03-12 12:33:48 -0600
commit6848c47dd9046e6ed927167adb9185205755c4de (patch)
tree6a1186711687c28dfed6530266fc7dae50401345 /main/include/led.h
parentf24b74e0881818c8b7ddf7bb786363fa9b142f67 (diff)
Pruned unused imports.
Diffstat (limited to 'main/include/led.h')
-rw-r--r--main/include/led.h16
1 files changed, 0 insertions, 16 deletions
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