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:
122:f26474cc223a
Parent:
121:6631364325df
Child:
123:2765e75fd0a6
--- a/main.cpp	Tue Feb 23 19:51:09 2016 +0000
+++ b/main.cpp	Tue Feb 23 22:25:46 2016 +0000
@@ -276,7 +276,8 @@
             if(RunReady==10){ //Check to see if app is done with configurations         
                ble.stopAdvertising();
                E2PROM.write(0x00072,bleControlByte,1);
-               pbKill = 0;
+               NVIC_SystemReset();
+               //pbKill = 0;
            }
            
         }