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

Please read the documentation in this page.

Files at this revision

API Documentation at this revision

Comitter:
bcostm
Date:
Thu Jul 27 13:17:49 2017 +0200
Parent:
40:d840e94a0e7b
Commit message:
Add DISCO_L475VG_IOT01A in mbed_app.json

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
diff -r d840e94a0e7b -r 7dd404a6f5ba mbed_app.json
--- a/mbed_app.json	Wed Jul 19 18:15:13 2017 +0100
+++ b/mbed_app.json	Thu Jul 27 13:17:49 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"
         }
     }
 }