BLE BatteryLevel example
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-BatteryLevel/
Please read the documentation in this page.
module.json@40:4ee97a41bc55, 2017-07-26 (annotated)
- Committer:
- bcostm
- Date:
- Wed Jul 26 09:21:48 2017 +0200
- Revision:
- 40:4ee97a41bc55
- Parent:
- 4:52bffaff7f0b
Add DISCO_L475VG_IOT01A in mbed_app.json
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 4:52bffaff7f0b | 1 | { |
| mbed_official | 4:52bffaff7f0b | 2 | "name": "ble-batterylevel", |
| mbed_official | 4:52bffaff7f0b | 3 | "version": "0.0.1", |
| mbed_official | 4:52bffaff7f0b | 4 | "description": "An example of creating and updating a simple GATT Service using the BLE_API", |
| mbed_official | 4:52bffaff7f0b | 5 | "licenses": [ |
| mbed_official | 4:52bffaff7f0b | 6 | { |
| mbed_official | 4:52bffaff7f0b | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
| mbed_official | 4:52bffaff7f0b | 8 | "type": "Apache-2.0" |
| mbed_official | 4:52bffaff7f0b | 9 | } |
| mbed_official | 4:52bffaff7f0b | 10 | ], |
| mbed_official | 4:52bffaff7f0b | 11 | "dependencies": { |
| mbed_official | 4:52bffaff7f0b | 12 | "ble": "^2.0.0" |
| mbed_official | 4:52bffaff7f0b | 13 | }, |
| mbed_official | 4:52bffaff7f0b | 14 | "targetDependencies": {}, |
| mbed_official | 4:52bffaff7f0b | 15 | "bin": "./source" |
| mbed_official | 4:52bffaff7f0b | 16 | } |