salesforce HeartRate monitor sample application. This application sends periodic heart rate values into salesforce.com via the mbed SalesforceInterface API.

Dependencies:   BufferedSerial C12832 GroveEarbudSensor EthernetInterface SalesforceInterface mbed-rtos mbed Logger

Fork of df-2014-salesforce-hrm-k64f by Doug Anson

Revision:
4:73f9d7560e93
Parent:
3:3a5fdfdabca3
--- a/Definitions.h	Thu Sep 25 03:38:14 2014 +0000
+++ b/Definitions.h	Thu Sep 25 04:57:33 2014 +0000
@@ -41,7 +41,7 @@
  #define MAX_TRIES                 4
  
  // Wait Time for iterations (ms)
- #define WAIT_TIME_MS              10000
+ #define WAIT_TIME_MS              2500
  
  // What platform we are compiling on
  #define _K64F_PLATFORM            true