Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
38:80c070ecdb64
Parent:
37:55a66b48199a
Child:
39:45355870bead
--- a/main.cpp	Thu Jul 23 20:28:58 2015 +0000
+++ b/main.cpp	Thu Jul 23 21:09:04 2015 +0000
@@ -37,8 +37,8 @@
 #ifdef TARGET_NRF51_DK
     #define NORDIC_MODEL        "nRF51822-DK"
     #define MY_ENDPOINT_NAME    "mbed-hrm-dk"
-    #define NORDIC_SDA          P0_30
-    #define NORDIC_SCL          P0_7   
+    #define NORDIC_SDA          SDA
+    #define NORDIC_SCL          SCL   
 #endif
 #ifdef TARGET_NRF51_DONGLE
     #define NORDIC_MODEL        "nRF51822-DONGLE"