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:
5:1a6c3571c663
Parent:
4:73f9d7560e93
Child:
6:d5a7ca880c20
--- a/sf_creds.h	Thu Sep 25 04:57:33 2014 +0000
+++ b/sf_creds.h	Thu Sep 25 05:35:26 2014 +0000
@@ -3,4 +3,3 @@
  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