Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-ble-BatteryLevel by
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 | } |
