BLE test

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
hudikm
Date:
Mon Apr 10 17:48:54 2017 +0000
Parent:
21:0e7c08f5386f
Commit message:
initial commit

Changed in this revision

X_NUCLEO_IDB0XA1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_IDB0XA1.lib	Wed Oct 05 09:16:58 2016 +0000
+++ b/X_NUCLEO_IDB0XA1.lib	Mon Apr 10 17:48:54 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/#fa98703ece8e
+https://developer.mbed.org/users/hudikm/code/X_NUCLEO_IDB0XA1/#eb2f149c9cc4
--- a/main.cpp	Wed Oct 05 09:16:58 2016 +0000
+++ b/main.cpp	Mon Apr 10 17:48:54 2017 +0000
@@ -18,7 +18,7 @@
 #include "ble/BLE.h"
 #include "ble/services/HeartRateService.h"
 
-DigitalOut led1(LED1, 1);
+DigitalOut led1(LED_RED, 1);
 
 const static char     DEVICE_NAME[]        = "HRM1";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE};