Chanel's edits

Dependencies:   max32630fthr USBDevice

Revision:
5:30495ab95b86
Parent:
4:4233f5538abf
Child:
6:2f1d4a9e201f
--- a/bt32630.h	Sun Feb 23 12:04:01 2020 +0000
+++ b/bt32630.h	Sun Feb 23 17:22:10 2020 +0000
@@ -75,7 +75,9 @@
     pc.printf("Set connection/disconnection callbacks ...\n");
 
     /* Setup primary service. */
-    hrServicePtr = new HeartRateService(ble, hrmCounter, HeartRateService::LOCATION_FINGER);
+    //hrServicePtr = new HeartRateService(ble, hrmCounter, HeartRateService::LOCATION_FINGER);
+    hrServicePtr = new EcgService(ble, hrmCounter, HeartRateService::LOCATION_FINGER);
+
     pc.printf("Setup primary service ...\n");
 
     /* Setup advertising. */