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:
2:ce4056f10202
Child:
4:73f9d7560e93
--- a/sf_creds.h	Wed Sep 24 21:55:13 2014 +0000
+++ b/sf_creds.h	Thu Sep 25 03:38:14 2014 +0000
@@ -2,5 +2,4 @@
  char *username      = "xxx@yyy.zzz";
  char *password      = "password_goes_here";            // must be of the form: [password][security token]
  char *client_id     = "customer key goes here";
- char *client_secret = "client secret goes here";
- 
\ No newline at end of file
+ char *client_secret = "client secret goes here";
\ No newline at end of file