Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
6:759aab2880a7
Parent:
5:4609a86755be
Child:
24:c51aea8fe7f1
--- a/main.cpp	Mon Mar 16 19:03:09 2015 +0000
+++ b/main.cpp	Mon Mar 16 19:05:11 2015 +0000
@@ -37,8 +37,8 @@
 #ifdef TARGET_NRF51_DK
     #define NORDIC_MODEL        "nRF51822-DK"
     #define MY_ENDPOINT_NAME    "ble-hrm-endpt-dk"
-    #define NORDIC_SDA          SDA
-    #define NORDIC_SCL          SCL   
+    #define NORDIC_SDA          P0_30
+    #define NORDIC_SCL          P0_7   
 #endif
 #ifdef TARGET_NRF51_DONGLE
     #define NORDIC_MODEL        "nRF51822-DONGLE"