HomeKit Library for the Arduino-ESP32
Go to file
Gregg 0d9b7e3c16 Made RFControl more generic
Instead of pre-defining RF433 and RF315, the user should define their own RFControl{pin} as a variable in their device-specific DEV_*.h file.  Makes RFControl more generic and not specific to any transmitter name (such as 433 or 315).  Also means that the pin can be set by the user instead of having to modify RFControl.h deep in the library.
2020-10-04 13:53:07 -05:00
examples Moved Zephyr into a standalone repository; Re-organized tutorials 2020-10-04 11:00:08 -05:00
src Made RFControl more generic 2020-10-04 13:53:07 -05:00
.development Initial commit 2020-07-18 21:47:39 -05:00
.gitattributes Initial commit 2020-07-18 21:47:39 -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 Initial commit 2020-07-18 21:47:39 -05:00

README.md

HomeSpan

HomeKit for the Arduino-ESP32