Development mbed library for MAX32630FTHR

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 # BLE API {#mainpage}
switches 0:5c4d7b2438d3 2
switches 0:5c4d7b2438d3 3 The BLE module within mbed OS offers a high abstraction level for using
switches 0:5c4d7b2438d3 4 Bluetooth Low Energy on multiple platforms.
switches 0:5c4d7b2438d3 5
switches 0:5c4d7b2438d3 6 This documentation describes the internal structure of the mbed
switches 0:5c4d7b2438d3 7 [BLE API](https://github.com/armmbed/ble).
switches 0:5c4d7b2438d3 8
switches 0:5c4d7b2438d3 9 For getting started with BLE on mbed, check our [introduction
switches 0:5c4d7b2438d3 10 page](https://docs.mbed.com/docs/ble-intros/en/latest/).
switches 0:5c4d7b2438d3 11
switches 0:5c4d7b2438d3 12 For mbed OS examples using BLE, check [this
switches 0:5c4d7b2438d3 13 repository](https://github.com/armmbed/ble-examples). For mbed-classic
switches 0:5c4d7b2438d3 14 examples, please refer to [code under mbed.org](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/).
switches 0:5c4d7b2438d3 15
switches 0:5c4d7b2438d3 16 ## Supported Services
switches 0:5c4d7b2438d3 17
switches 0:5c4d7b2438d3 18 Currently supported reference services include:
switches 0:5c4d7b2438d3 19
switches 0:5c4d7b2438d3 20 * [Battery](@ref BatteryService)
switches 0:5c4d7b2438d3 21 * [Device Firmware Update (DFU)](@ref DFUService)
switches 0:5c4d7b2438d3 22 * [Device Information](@ref DeviceInformationService)
switches 0:5c4d7b2438d3 23 * [Health Thermometer](@ref HealthThermometerService)
switches 0:5c4d7b2438d3 24 * [Heart Rate](@ref HeartRateService)
switches 0:5c4d7b2438d3 25 * [UART](@ref UARTService)
switches 0:5c4d7b2438d3 26 * [UriBeacon](@ref URIBeaconConfigService)
switches 0:5c4d7b2438d3 27 * [iBeacon](@ref iBeacon)
switches 0:5c4d7b2438d3 28
switches 0:5c4d7b2438d3 29 The [documentation](https://docs.mbed.com/docs/ble-intros/en/latest/AdvSamples/Overview/)
switches 0:5c4d7b2438d3 30 contains an overview on how to create new, application-specific services.