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

Files at this revision

API Documentation at this revision

Comitter:
caseyquinn
Date:
Wed Sep 23 19:54:09 2015 +0000
Parent:
87:c920521283b2
Child:
89:047e8558fd09
Commit message:
set the gain for between 1 and 2 lpm back to 25.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);