BLE Button example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Button/

Please read the documentation in this page.

Committer:
bcostm
Date:
Thu Jul 27 13:17:49 2017 +0200
Revision:
41:7dd404a6f5ba
Parent:
3:6f18b8269d65
Add DISCO_L475VG_IOT01A in mbed_app.json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 3:6f18b8269d65 1 {
mbed_official 3:6f18b8269d65 2 "name": "ble-button",
mbed_official 3:6f18b8269d65 3 "version": "0.0.1",
mbed_official 3:6f18b8269d65 4 "description": "The *input service template* demonstrates the use of a simple input (boolean values) from a read-only characteristic.",
mbed_official 3:6f18b8269d65 5 "licenses": [
mbed_official 3:6f18b8269d65 6 {
mbed_official 3:6f18b8269d65 7 "url": "https://spdx.org/licenses/Apache-2.0",
mbed_official 3:6f18b8269d65 8 "type": "Apache-2.0"
mbed_official 3:6f18b8269d65 9 }
mbed_official 3:6f18b8269d65 10 ],
mbed_official 3:6f18b8269d65 11 "bin": "./source",
mbed_official 3:6f18b8269d65 12 "dependencies": {
mbed_official 3:6f18b8269d65 13 "ble": "^2.0.0"
mbed_official 3:6f18b8269d65 14 }
mbed_official 3:6f18b8269d65 15 }