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:
88:9142f21a4715
Parent:
87:c920521283b2
Child:
89:047e8558fd09
--- a/main.cpp	Wed Sep 23 19:40:26 2015 +0000
+++ b/main.cpp	Wed Sep 23 19:54:09 2015 +0000
@@ -344,7 +344,7 @@
     } else if(volflowSet>=2.0) {
         gainFlow = 25;
     } else {
-        gainFlow = 50;
+        gainFlow = 25;
     }
 
     RGB_LED.set_led(1,0,0);