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.

Revision:
0:8f898b781de2
Child:
1:7f4e41bacb3c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Tue Jul 26 14:42:20 2016 +0100
@@ -0,0 +1,12 @@
+{
+  "name": "ble-gapbutton",
+  "version": "0.0.1",
+  "bin": "./source",
+  "description": "BLE button that uses gap advertisement to broadcast its state.",
+  "author": "Liyou Zhou",
+  "license": "Apache-2.0",
+  "dependencies": {
+    "mbed-drivers": "*",
+    "ble": "^2.0.0"
+  }
+}