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:
Sun Feb 21 19:45:09 2016 +0000
Parent:
118:9cf0a67fb581
Child:
121:6631364325df
Commit message:
Modified wait statment line 421 by removing the subtracted value of 0.2 to see if this is adding to the issue of crashing the i2c bus by multiple calls to the RTC.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 19 19:30:39 2016 +0000
+++ b/main.cpp	Sun Feb 21 19:45:09 2016 +0000
@@ -418,7 +418,7 @@
         if(RTC.compare(startAndEndTime[6], startAndEndTime[7], startAndEndTime[8], startAndEndTime[9], startAndEndTime[10], startAndEndTime[11])) 
             pbKill = 0; // this is were we shut everything down
             
-        wait(logInerval - 0.2);
+        wait(logInerval);
 //        if(r==0) r=1;
 //        else r=0;
 //        RGB_LED.set_led(r,g,b);