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:
27:6830122ebc00
Parent:
26:9cf8e76d8274
Parent:
25:658a9a146391
Child:
28:39747a95e989
--- a/main.cpp	Sat May 30 19:49:56 2015 +0000
+++ b/main.cpp	Sat May 30 19:58:06 2015 +0000
@@ -152,7 +152,7 @@
     vBlowerReading = ads.readADC_SingleEnded(2, 0xE783); // read channel 0
     omronDiff = ads.readADC_Differential(0x8583); // differential channel 2-3
     press = bmesensor.getPressure();
-    temp = bmesensor.getTemperature();
+    temp = bmesensor.getTemperature()-3;
     rh = bmesensor.getHumidity();
     uv =  lightsensor.getUV();
     vis = lightsensor.getVIS();