Chanel's edits

Dependencies:   max32630fthr USBDevice

Revision:
6:2f1d4a9e201f
Parent:
5:30495ab95b86
Child:
7:4debec043316
--- a/bt32630.h	Sun Feb 23 17:22:10 2020 +0000
+++ b/bt32630.h	Sun Feb 23 18:36:12 2020 +0000
@@ -75,8 +75,8 @@
     pc.printf("Set connection/disconnection callbacks ...\n");
 
     /* Setup primary service. */
-    //hrServicePtr = new HeartRateService(ble, hrmCounter, HeartRateService::LOCATION_FINGER);
-    hrServicePtr = new EcgService(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");