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@3:488ecd009a27, 2016-07-28 (annotated)
- Committer:
- Vincent Coubard
- Date:
- Thu Jul 28 23:34:10 2016 +0100
- Revision:
- 3:488ecd009a27
- Parent:
- 2:18b05b3173a8
- Child:
- 4:52bffaff7f0b
Sync with mbed-os-5.1.0-rc3
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Vincent Coubard |
3:488ecd009a27 | 1 | { |
Vincent Coubard |
3:488ecd009a27 | 2 | "name": "ble-batterylevel", |
Vincent Coubard |
3:488ecd009a27 | 3 | "version": "0.0.1", |
Vincent Coubard |
3:488ecd009a27 | 4 | "description": "An example of creating and updating a simple GATT Service using the BLE_API", |
Vincent Coubard |
3:488ecd009a27 | 5 | "licenses": [ |
Vincent Coubard |
3:488ecd009a27 | 6 | { |
Vincent Coubard |
3:488ecd009a27 | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
Vincent Coubard |
3:488ecd009a27 | 8 | "type": "Apache-2.0" |
Vincent Coubard |
3:488ecd009a27 | 9 | } |
Vincent Coubard |
3:488ecd009a27 | 10 | ], |
Vincent Coubard |
3:488ecd009a27 | 11 | "dependencies": { |
Vincent Coubard |
3:488ecd009a27 | 12 | "ble": "^2.0.0" |
Vincent Coubard |
3:488ecd009a27 | 13 | }, |
Vincent Coubard |
3:488ecd009a27 | 14 | "targetDependencies": {}, |
Vincent Coubard |
3:488ecd009a27 | 15 | "bin": "./source" |
Vincent Coubard |
3:488ecd009a27 | 16 | } |