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.
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-GAPButton/
Please read the documentation in this page.
module.json@41:0442d1e1f479, 2017-07-27 (annotated)
- Committer:
- bcostm
- Date:
- Thu Jul 27 14:41:19 2017 +0200
- Revision:
- 41:0442d1e1f479
- Parent:
- 3:f0ed4199b362
Add DISCO_L475VG_IOT01A in mbed_app.json
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 3:f0ed4199b362 | 1 | { |
| mbed_official | 3:f0ed4199b362 | 2 | "name": "ble-gapbutton", |
| mbed_official | 3:f0ed4199b362 | 3 | "version": "0.0.1", |
| mbed_official | 3:f0ed4199b362 | 4 | "bin": "./source", |
| mbed_official | 3:f0ed4199b362 | 5 | "description": "BLE button that uses gap advertisement to broadcast its state.", |
| mbed_official | 3:f0ed4199b362 | 6 | "author": "Liyou Zhou", |
| mbed_official | 3:f0ed4199b362 | 7 | "license": "Apache-2.0", |
| mbed_official | 3:f0ed4199b362 | 8 | "dependencies": { |
| mbed_official | 3:f0ed4199b362 | 9 | "mbed-drivers": "*", |
| mbed_official | 3:f0ed4199b362 | 10 | "ble": "^2.0.0" |
| mbed_official | 3:f0ed4199b362 | 11 | } |
| mbed_official | 3:f0ed4199b362 | 12 | } |