From 52bd344a71f2ab2f6d364f667a4cc387c81affdd Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 11:21:54 -0600 Subject: [PATCH] Update README.md --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 666a4c1..38eeafa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,10 +7,10 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A ### HomeSpan Highlights * 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 * 100% HAP-R2 compliance -* 38 integrated [HomeKit Services](ServiceList.md) +* 38 integrated HomeKit Services * Operates in either Accessory or Bridge mode ### 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 * Real-time, easy-to-understand diagnostics * 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 * 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 -* 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 @@ -34,7 +34,7 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A * Force-unpair the device from HomeKit * Perform a Factory Reset * Launch the WiFi Access Point -* A standalone, detailed [End-User Guide](UserGuide.md) +* A standalone, detailed End-User Guide # Latest Updates