Greg Steiert / pegasus_dev

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Dec 16 16:27:57 2016 +0000
Revision:
3:1198227e6421
Parent:
0:5c4d7b2438d3
Changed ADC scale for MAX32625 platforms to 1.2V full scale to match MAX32630 platforms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 # mbed Bluetooth Low Energy Stack
switches 0:5c4d7b2438d3 2 This is the Github repo for the `BLE_API` used by developer.mbed.org. Please see the [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all documentation, code examples and general help.
switches 0:5c4d7b2438d3 3
switches 0:5c4d7b2438d3 4 # Supported Services
switches 0:5c4d7b2438d3 5 Supported GATT services and constantly being added and can be found in the [ble/services/](https://github.com/ARMmbed/ble/tree/master/ble/services) folder.
switches 0:5c4d7b2438d3 6
switches 0:5c4d7b2438d3 7 Currently supported services include:
switches 0:5c4d7b2438d3 8 * Battery
switches 0:5c4d7b2438d3 9 * Device Firmware Update (DFU)
switches 0:5c4d7b2438d3 10 * Device Information
switches 0:5c4d7b2438d3 11 * Eddystone Configuration Service
switches 0:5c4d7b2438d3 12 * Health Thermometer
switches 0:5c4d7b2438d3 13 * Heart Rate
switches 0:5c4d7b2438d3 14 * Link Loss
switches 0:5c4d7b2438d3 15 * UART
switches 0:5c4d7b2438d3 16 * UriBeacon
switches 0:5c4d7b2438d3 17 * iBeacon
switches 0:5c4d7b2438d3 18
switches 0:5c4d7b2438d3 19 The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
switches 0:5c4d7b2438d3 20 contains an overview on how to create new, application-specific services.
switches 0:5c4d7b2438d3 21
switches 0:5c4d7b2438d3 22 # Getting Started
switches 0:5c4d7b2438d3 23 The mbed BLE API is meant to be used in projects on developer.mbed.org. Please see examples and sample project files there.
switches 0:5c4d7b2438d3 24 A good starting point are these pages:
switches 0:5c4d7b2438d3 25 * [mbed BLE Homepage](https://developer.mbed.org/teams/Bluetooth-Low-Energy/) for all things BLE
switches 0:5c4d7b2438d3 26 * [mbed BLE Getting Started Guide](https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/5262/) a wonderful primer on using BLE with mbed
switches 0:5c4d7b2438d3 27 * [mbed BLE doc](https://docs.mbed.com/docs/ble-intros/en/latest/) for an introduction to mbed BLE
switches 0:5c4d7b2438d3 28 * [mbed BLE API page](https://docs.mbed.com/docs/ble-api/en/latest/api/index.html) for the Doxygen API documentation