src
.
nth.io
/
index
:
luke/esp-homekit-intercom
main
ESP32 HomeKit intercom — doorbell and lock control
Luke Hoersten
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
include
/
led.h
blob: ea10f58d68c6582e34eaa2dafd1c57bfaa6bda7b (
plain
)
1
2
3
4
5
#include
<hap.h>
int
intercom_led_identify
(
hap_acc_t
*
ha
);
void
intercom_led_init
();
☐