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

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

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

Revision:
3:3a5fdfdabca3
Parent:
0:a298d18da239
Child:
4:73f9d7560e93
--- a/Definitions.h	Wed Sep 24 21:55:13 2014 +0000
+++ b/Definitions.h	Thu Sep 25 03:38:14 2014 +0000
@@ -38,7 +38,7 @@
  #define BLINK_TIME                250
  
  // Max number of retries
- #define MAX_TRIES                 3
+ #define MAX_TRIES                 4
  
  // Wait Time for iterations (ms)
  #define WAIT_TIME_MS              10000