Code supports writing to the SD card as well as working with the Volckens group smartphone apps for the mbed HRM1017

Dependencies:   ADS1115 BLE_API BME280 Calibration CronoDot EEPROM LSM303 MCP40D17 NCP5623BMUTBG SDFileSystem SI1145 STC3100 mbed nRF51822

Fork of UPAS_BLE_and_USB by Volckens Group Sensors

Revision:
100:da71436aa52a
Parent:
99:229435dd4cfb
Child:
101:0c3f33f14f4f
--- a/UPAS_Service.h	Mon Jan 11 20:42:03 2016 +0000
+++ b/UPAS_Service.h	Tue Jan 12 21:00:34 2016 +0000
@@ -27,8 +27,8 @@
     const static uint16_t FLOWRATE_CHARACTERISTIC_UUID              = 0xA007; //UUID of variable that app will read from
     GattCharacteristic                flowRateCharacteristic;
     
-    //const static uint16_t BLOWER_CHARACTERISTIC_UUID              = 0xA008; //UUID of variable that app will read from
-//    GattCharacteristic                blowerCharacteristic;
+    
+
 
 
     UPAS_Service(BLEDevice &_ble, bool placeholder, uint8_t *rtc, uint8_t *sampleTime, uint8_t *subjectLabel, uint8_t *logInterval, uint8_t *flowRate) :