ST / Mbed OS mbed-os-example-ble-GAPButton

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.

Committer:
mbed_official
Date:
Thu Jul 28 23:14:40 2016 +0100
Revision:
1:7f4e41bacb3c
Parent:
0:8f898b781de2
Child:
2:e532bbe3fd8e
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 1:7f4e41bacb3c 1 {
mbed_official 1:7f4e41bacb3c 2 "name": "ble-gapbutton",
mbed_official 1:7f4e41bacb3c 3 "version": "0.0.1",
mbed_official 1:7f4e41bacb3c 4 "bin": "./source",
mbed_official 1:7f4e41bacb3c 5 "description": "BLE button that uses gap advertisement to broadcast its state.",
mbed_official 1:7f4e41bacb3c 6 "author": "Liyou Zhou",
mbed_official 1:7f4e41bacb3c 7 "license": "Apache-2.0",
mbed_official 1:7f4e41bacb3c 8 "dependencies": {
mbed_official 1:7f4e41bacb3c 9 "mbed-drivers": "*",
mbed_official 1:7f4e41bacb3c 10 "ble": "^2.0.0"
mbed_official 1:7f4e41bacb3c 11 }
mbed_official 1:7f4e41bacb3c 12 }