Added an EddystoneURLConfigService in addition to UriBeaconConfigService. Updated README and converted comments that used UriBeacon to EddystoneURL in the EddystoneService.h

Dependents:   mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci

Fork of BLE_API by Bluetooth Low Energy

Committer:
roywant
Date:
Tue Aug 18 00:15:23 2015 +0000
Revision:
795:6401965b88ee
Parent:
266:698e7d095195
Added EddystoneURLConfigService files (.h, .cpp) and updated comments in EddystoneService.h to remove UriBeacon references, and edited README to reflect changes.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rgrover1 125:aae3f50670c9 1 # mbed Bluetooth Low Energy Stack
rgrover1 266:698e7d095195 2 This is the github repo for the BLE_API used by developer.mbed.org. Please see [mbed BLE Homepage](http://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help.
rgrover1 125:aae3f50670c9 3
rgrover1 125:aae3f50670c9 4 # Supported Services
rgrover1 125:aae3f50670c9 5 Supported GATT services and constantly being added and can be found in the /services folder.
rgrover1 125:aae3f50670c9 6 Currently supported services include:
rgrover1 125:aae3f50670c9 7 * Battery
rgrover1 125:aae3f50670c9 8 * Device Firmware Update (DFU)
rgrover1 125:aae3f50670c9 9 * Device Information
roywant 795:6401965b88ee 10 * EddystoneURLConfig
rgrover1 125:aae3f50670c9 11 * Health Thermometer
rgrover1 125:aae3f50670c9 12 * Heart Rate
rgrover1 125:aae3f50670c9 13 * UART
Rohit Grover 241:00f2410ad9cc 14 * UriBeacon
Rohit Grover 241:00f2410ad9cc 15 * iBeacon
rgrover1 125:aae3f50670c9 16
rgrover1 125:aae3f50670c9 17 # Getting Started
rgrover1 125:aae3f50670c9 18 The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
rgrover1 125:aae3f50670c9 19 A good starting point are these pages:
rgrover1 266:698e7d095195 20 * [mbed BLE Homepage](http://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
Rohit Grover 241:00f2410ad9cc 21 * [mbed BLE Getting Started Guide](http://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed
Rohit Grover 241:00f2410ad9cc 22 * [mbed BLE API page](http://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/docs/tip/) for the API in generated by doxygen