BLE EddystoneService 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-EddystoneService/

Please read the documentation in this page.

Revision:
3:5120491ba317
Parent:
2:9ee673e0b86a
diff -r 9ee673e0b86a -r 5120491ba317 module.json
--- a/module.json	Thu Jul 28 23:27:37 2016 +0100
+++ b/module.json	Fri Jul 29 22:45:40 2016 +0100
@@ -1,16 +1,16 @@
-{
-  "name": "ble-eddystoneservice",
-  "version": "0.0.1",
-  "description": "This example demonstrates how to set up and initialize a Eddystone Beacon.",
-  "licenses": [
-    {
-      "url": "https://spdx.org/licenses/Apache-2.0",
-      "type": "Apache-2.0"
-    }
-  ],
-  "dependencies": {
-    "ble": "^2.0.0"
-  },
-  "targetDependencies": {},
-  "bin": "./source"
-}
+{
+  "name": "ble-eddystoneservice",
+  "version": "0.0.1",
+  "description": "This example demonstrates how to set up and initialize a Eddystone Beacon.",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+    "ble": "^2.0.0"
+  },
+  "targetDependencies": {},
+  "bin": "./source"
+}