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:
0:a298d18da239
Child:
1:a71236906eed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_creds.h	Wed Sep 24 04:13:57 2014 +0000
@@ -0,0 +1,5 @@
+ /* Tunables: Salesforce Credentials */
+ 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";