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:
99:229435dd4cfb
Parent:
96:03106adb45c9
Child:
100:da71436aa52a
--- a/UPAS_Service.h	Sat Jan 09 00:13:17 2016 +0000
+++ b/UPAS_Service.h	Mon Jan 11 20:42:03 2016 +0000
@@ -26,6 +26,9 @@
 
     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) :