mbed-os-examples / Mbed OS mbed-os-example-ble-GAPButton

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Feb 01 14:15:15 2018 +0000
Parent:
56:5dc8297b04e9
Child:
58:54ef49a5c9cf
Commit message:
BLE_Button: Add MTB_UBLOX_NINA_B1 config
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Wed Jan 31 12:30:19 2018 +0000
+++ b/mbed_app.json	Thu Feb 01 14:15:15 2018 +0000
@@ -13,6 +13,9 @@
         "NRF52_DK": {
             "ble_button_pin_name": "BUTTON1"
         },
+        "MTB_UBLOX_NINA_B1": {
+            "ble_button_pin_name": "BUTTON1"
+        },        
         "K64F": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["ST_BLUENRG"],