Update README.md

This commit is contained in:
HomeSpan 2021-03-22 07:45:08 -05:00 committed by GitHub
parent da4665f44e
commit 4dfb881780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ HomeSpan provides a microcontroller-focused implementation of [Apple's HomeKit A
* 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 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 * Dedicated classes that utilize the ESP32's 16-channel PWM peripheral for easy control of:
* LED Brightness
* Servo Motors
* Integrated Push Button 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
* 17 detailed tutorial-sketches with extensive comments, HomeSpan documentation and tips and tricks * 17 detailed tutorial-sketches with extensive comments, HomeSpan documentation and tips and tricks