HomeKit Library for the Arduino-ESP32
Go to file
Gregg e2f11630fa Updated SpanButtton to recognize new Double Press event
button(int pin, boolean isLong) changed to button(int pin, int pressType), where pressType can be SpanButton::LONG, SpanButton::SINGLE, or SpanButton::DOUBLE.  Updated Example 16 and confirmed everything works as expected.

To do: Review all prior examples and update SpanButton when needed.  Also need to update Zephyr Vent Hood code!
2020-11-01 12:21:34 -06:00
docs Create Setup Codes.key 2020-10-29 07:42:01 -05:00
examples Updated SpanButtton to recognize new Double Press event 2020-11-01 12:21:34 -06:00
src Updated SpanButtton to recognize new Double Press event 2020-11-01 12:21:34 -06:00
.gitattributes Initial commit 2020-07-18 21:47:39 -05:00
.gitignore Update .gitignore 2020-10-05 21:34:37 -05:00
LICENSE Create LICENSE 2020-10-04 10:29:24 -05:00
README.md Initial commit 2020-07-18 21:47:39 -05:00
library.properties Update library.properties 2020-10-05 21:30:40 -05:00

README.md

HomeSpan

HomeKit for the Arduino-ESP32