Update README.md

This commit is contained in:
HomeSpan 2020-11-26 11:21:54 -06:00 committed by GitHub
parent 3683a74e9c
commit 52bd344a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -7,10 +7,10 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A
### HomeSpan Highlights ### HomeSpan Highlights
* Provides a natural, intuitive, and **very** easy-to-use framework * Provides a natural, intuitive, and **very** easy-to-use framework
* Utilizes a unique [Service-Centric](Overview.md#connecting-homespan-to-real-world-appliances) approach to creating HomeKit devices * Utilizes a unique *Service-Centric* approach to creating HomeKit devices
* Takes full advantage of the widely-popular Arduino IDE * Takes full advantage of the widely-popular Arduino IDE
* 100% HAP-R2 compliance * 100% HAP-R2 compliance
* 38 integrated [HomeKit Services](ServiceList.md) * 38 integrated HomeKit Services
* Operates in either Accessory or Bridge mode * Operates in either Accessory or Bridge mode
### For the HomeSpan Developer ### For the HomeSpan Developer
@ -18,12 +18,12 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A
* Extensive use of the Arduino Serial Monitor * Extensive use of the Arduino Serial Monitor
* Real-time, easy-to-understand diagnostics * Real-time, easy-to-understand diagnostics
* Complete transparency to every underlying HomeKit action, data request, and data response * Complete transparency to every underlying HomeKit action, data request, and data response
* [Command-line interface](CLI.md) with a variety of info, debugging, and configuration commands * Command-line interface with a variety of info, debugging, and configuration commands
* Built-in database validation to ensure your configuration meets all HAP requirements * Built-in database validation to ensure your configuration meets all HAP requirements
* Integrated PWM functionality supporting pulse-wave-modulation on any ESP32 pin * Integrated PWM functionality supporting pulse-wave-modulation on any ESP32 pin
* Integrated [Push Button](Reference.md#spanbuttonint-pin-uint16_t-longtime-uint16_t-singletime-uint16_t-doubletime) functionality supporting single, double, and long presses * Integrated Push Button functionality supporting single, double, and long presses
* Integrated access to the ESP32's on-chip Remote Control peripheral for easy generation of IR and RF signals * Integrated access to the ESP32's on-chip Remote Control peripheral for easy generation of IR and RF signals
* 16 detailed [tutorial-sketches](Tutorials.md) with extensive comments, HomeSpan documentation and tips and tricks * 16 detailed tutorial-sketches with extensive comments, HomeSpan documentation and tips and tricks
### For the HomeSpan End-User ### For the HomeSpan End-User
@ -34,7 +34,7 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A
* Force-unpair the device from HomeKit * Force-unpair the device from HomeKit
* Perform a Factory Reset * Perform a Factory Reset
* Launch the WiFi Access Point * Launch the WiFi Access Point
* A standalone, detailed [End-User Guide](UserGuide.md) * A standalone, detailed End-User Guide
# Latest Updates # Latest Updates