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:
123:2765e75fd0a6
Parent:
122:f26474cc223a
Child:
124:15466d0f04ab
--- a/main.cpp	Tue Feb 23 22:25:46 2016 +0000
+++ b/main.cpp	Sat Mar 05 19:11:27 2016 +0000
@@ -127,7 +127,7 @@
 
 
         
-        E2PROM.write(0x00015, writeData+6, 12);
+        //E2PROM.write(0x00015, writeData+6, 12); This line needs to be omitted for android app to function. Should not have stuck around 
         RTC.set_time(writeData[0],writeData[1],writeData[2],writeData[3],writeData[3],writeData[4],writeData[5]);
    
     }else if(Handler->charHandle == upasServicePtr->sampleTimeCharacteristic.getValueAttribute().getHandle()){