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:
107:5e3364e42214
Parent:
106:3911b3c7a24e
Child:
108:2cf8d5159fc6
--- a/main.cpp	Wed Feb 10 06:25:53 2016 +0000
+++ b/main.cpp	Thu Feb 11 15:39:49 2016 +0000
@@ -476,7 +476,9 @@
     //Get the proper serial number
     E2PROM.read(0x00034, flowRateOriginal,2);    
     serial_num = ((uint16_t)flowRateOriginal[1] << 8) | flowRateOriginal[0];
-    calibrations.initialize(17);
+    //----------------------------------------------
+    calibrations.initialize(5);
+    //----------------------------------------------
     wait(1);
     blower=1;
     E2PROM.read(0x00014,logIntervalReadOut,1);