Graduation Thesis, use Nucleo and X-Nucleo BLE

Dependencies:   PulseSensor GSM Thermometer KalmanFilter

Revision:
25:8621ebb6ea0c
Parent:
17:b7c2db3e7282
--- a/Application/ble_healthcare_service.h	Mon Jun 18 07:38:54 2018 +0000
+++ b/Application/ble_healthcare_service.h	Sat Jun 23 18:12:35 2018 +0000
@@ -265,11 +265,9 @@
     HeartRateValueBytes                                hrmValueByte;
 
     ReadOnlyGattCharacteristic<TemperatureValueBytes>  tempMeasurement;
-//    ReadOnlyGattCharacteristic<uint8_t>                tempLocation;
     ReadWriteGattCharacteristic<uint8_t>               tempLocation;
 
     GattCharacteristic                                 hrmRate;
-//    ReadOnlyGattCharacteristic<uint8_t>                hrmLocation;   
     ReadWriteGattCharacteristic<uint8_t>               hrmLocation;
     
     ReadWriteGattCharacteristic<uint8_t>               controlState;