Example program for mbed Cloud Bluetooth Devicelink

Dependencies:   ChainableLED

Revision:
0:cfbdc6a35374
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon May 01 14:04:51 2017 +0200
@@ -0,0 +1,28 @@
+{
+    "config": {
+        "ble_button_pin_name": {
+            "help": "The pin name used as button in this application",
+            "macro_name": "BLE_BUTTON_PIN_NAME",
+            "required": true
+        }
+    },
+    "target_overrides": {
+        "NRF51_DK": {
+            "ble_button_pin_name": "BUTTON1"
+        },
+        "NRF52_DK": {
+            "ble_button_pin_name": "BUTTON1"
+        },
+        "K64F": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"],
+            "target.macros_add": ["IDB0XA1_D13_PATCH"],
+            "ble_button_pin_name": "SW2"
+        },
+        "NUCLEO_F401RE": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"],
+            "ble_button_pin_name": "USER_BUTTON"
+        }
+    }
+}