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:
25:658a9a146391
Parent:
24:ff113c02d680
Child:
27:6830122ebc00
--- a/main.cpp	Sat May 30 17:14:54 2015 +0000
+++ b/main.cpp	Sat May 30 17:31:34 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()-5;
     rh = bmesensor.getHumidity();
     uv =  lightsensor.getUV();
     vis = lightsensor.getVIS();