BLE Thermometer example

Dependencies:   BSP_B-L475E-IOT01

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

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

Please read the documentation in this page.

Revision:
2:cc8349878a7d
Parent:
0:a27dfda81620
--- a/module.json	Thu Jul 28 23:10:39 2016 +0100
+++ b/module.json	Thu Jul 28 23:14:56 2016 +0100
@@ -1,15 +1,15 @@
-{
-  "name": "ble-thermometer",
-  "version": "0.0.1",
-  "description": "This example demonstrates how to use the Health Thermometer Service. The Health Thermometer service reports two pieces of information, Temperature and Sensor Location.",
-  "licenses": [
-    {
-      "url": "https://spdx.org/licenses/Apache-2.0",
-      "type": "Apache-2.0"
-    }
-  ],
-  "dependencies": {
-    "ble": "^2.0.0"
-  },
-  "bin": "./source"
-}
+{
+  "name": "ble-thermometer",
+  "version": "0.0.1",
+  "description": "This example demonstrates how to use the Health Thermometer Service. The Health Thermometer service reports two pieces of information, Temperature and Sensor Location.",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {
+    "ble": "^2.0.0"
+  },
+  "bin": "./source"
+}