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.
Dependencies: X_NUCLEO_IKS01A2
module.json@2:5da515ba10ff, 2020-04-30 (annotated)
- Committer:
- lsl097
- Date:
- Thu Apr 30 14:28:59 2020 +0000
- Revision:
- 2:5da515ba10ff
- Parent:
- 0:9c0e0ac79e75
FIN
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jim_lsj | 0:9c0e0ac79e75 | 1 | { |
| jim_lsj | 0:9c0e0ac79e75 | 2 | "name": "ble-heartrate", |
| jim_lsj | 0:9c0e0ac79e75 | 3 | "version": "0.0.1", |
| jim_lsj | 0:9c0e0ac79e75 | 4 | "description": "BLE Heartreate example, building with yotta", |
| jim_lsj | 0:9c0e0ac79e75 | 5 | "licenses": [ |
| jim_lsj | 0:9c0e0ac79e75 | 6 | { |
| jim_lsj | 0:9c0e0ac79e75 | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
| jim_lsj | 0:9c0e0ac79e75 | 8 | "type": "Apache-2.0" |
| jim_lsj | 0:9c0e0ac79e75 | 9 | } |
| jim_lsj | 0:9c0e0ac79e75 | 10 | ], |
| jim_lsj | 0:9c0e0ac79e75 | 11 | "dependencies": { |
| jim_lsj | 0:9c0e0ac79e75 | 12 | "ble": "^2.0.0" |
| jim_lsj | 0:9c0e0ac79e75 | 13 | }, |
| jim_lsj | 0:9c0e0ac79e75 | 14 | "targetDependencies": {}, |
| jim_lsj | 0:9c0e0ac79e75 | 15 | "bin": "./source" |
| jim_lsj | 0:9c0e0ac79e75 | 16 | } |