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.
module.json@23:7126ef3503e2, 2018-12-16 (annotated)
- Committer:
- vazbyte
- Date:
- Sun Dec 16 14:35:50 2018 +0000
- Revision:
- 23:7126ef3503e2
- Parent:
- 0:07212de2fec1
now step_buffer resets on button press
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| vazbyte | 0:07212de2fec1 | 1 | { |
| vazbyte | 0:07212de2fec1 | 2 | "name": "ble-batterylevel", |
| vazbyte | 0:07212de2fec1 | 3 | "version": "0.0.1", |
| vazbyte | 0:07212de2fec1 | 4 | "description": "An example of creating and updating a simple GATT Service using the BLE_API", |
| vazbyte | 0:07212de2fec1 | 5 | "licenses": [ |
| vazbyte | 0:07212de2fec1 | 6 | { |
| vazbyte | 0:07212de2fec1 | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
| vazbyte | 0:07212de2fec1 | 8 | "type": "Apache-2.0" |
| vazbyte | 0:07212de2fec1 | 9 | } |
| vazbyte | 0:07212de2fec1 | 10 | ], |
| vazbyte | 0:07212de2fec1 | 11 | "dependencies": { |
| vazbyte | 0:07212de2fec1 | 12 | "ble": "^2.0.0" |
| vazbyte | 0:07212de2fec1 | 13 | }, |
| vazbyte | 0:07212de2fec1 | 14 | "targetDependencies": {}, |
| vazbyte | 0:07212de2fec1 | 15 | "bin": "./source" |
| vazbyte | 0:07212de2fec1 | 16 | } |