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:
41:0442d1e1f479
Parent:
34:c99398622773
--- a/mbed_app.json	Wed Jul 19 18:15:20 2017 +0100
+++ b/mbed_app.json	Thu Jul 27 14:41:19 2017 +0200
@@ -22,6 +22,11 @@
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["ST_BLUENRG"],
             "ble_button_pin_name": "USER_BUTTON"
+        },
+        "DISCO_L475VG_IOT01A": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"],
+            "ble_button_pin_name": "USER_BUTTON"
         }
     }
 }