Update README.md

This commit is contained in:
James Hudson 2019-12-28 11:42:33 +11:00 committed by GitHub
parent 4de50f84ce
commit b3eeeb3b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE mobile d
This library is designed to follow the standard Arduino library style, and be as easy to use and clear as possible for non-programmers (i.e. no lambda functions, threads, new C++ language features, etc.)
Note that this is a work in progress and is incomplete (but should work).
## Features
* Easily start re-advertising the ESP 32 device if BLE connection is lost.
* Apple ANCS notification support, with advanced message details.
+ Support notifications on your device with a few lines of Arduino code.
+ Easily start re-advertising the ESP 32 device if BLE connection is lost.
+ Apple ANCS notification support, with advanced message details.
+ Use actions to accept or reject incoming calls.
## Installation