Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
40:6edbfbf9ac02
Parent:
39:45355870bead
Child:
41:b135f327b28c
--- a/main.cpp	Thu Jul 23 21:11:31 2015 +0000
+++ b/main.cpp	Sat Jul 25 05:44:41 2015 +0000
@@ -79,7 +79,6 @@
 uint8_t my_nsp_address[NSP_IP_ADDRESS_LENGTH] = {23,99,29,171};       // connector (api.connector.mbed.org)
 int my_nsp_coap_port                          = 5683;
 
-
 // called from the Endpoint::start() below to create resources and the endpoint internals...
 Connector::Options *configure_endpoint(Connector::OptionsBuilder &config)
 {