Dreamforce 2015 BLE-based mDS HeartRate Monitor Endpoint

Dependencies:   GroveEarbudSensor mbed mbedConnectorInterface mbedEndpointNetwork_BLE

Revision:
26:9538393569fa
Parent:
24:c51aea8fe7f1
Child:
35:4adef21fd8b6
--- a/main.cpp	Sat Apr 11 22:10:46 2015 +0000
+++ b/main.cpp	Sun Apr 12 03:50:05 2015 +0000
@@ -98,7 +98,7 @@
                  .addResource(&model)
                  
                  // add the heartrate resource
-                 .addResource(&hr,10000,false)
+                 .addResource(&hr)                                         // Resource implements its own observationing...
                                       
                  // finalize the configuration...
                  .build();