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@38:e8f13e3607b6, 2017-07-19 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Jul 19 11:00:07 2017 +0100
- Revision:
- 38:e8f13e3607b6
- Parent:
- 4:52bffaff7f0b
Merge pull request #98 from apalmieriGH/master
Update reference to ST BlueNRG lib
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
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 | } |
