BLE GAP 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-GAPButton/

Please read the documentation in this page.

Revision:
1:7f4e41bacb3c
Parent:
0:8f898b781de2
Child:
2:e532bbe3fd8e
--- a/module.json	Tue Jul 26 14:42:20 2016 +0100
+++ b/module.json	Thu Jul 28 23:14:40 2016 +0100
@@ -1,12 +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"
-  }
-}
+{
+  "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"
+  }
+}