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:
2:ce4056f10202
Parent:
1:a71236906eed
Child:
3:3a5fdfdabca3
--- a/sf_creds.h	Wed Sep 24 21:54:21 2014 +0000
+++ b/sf_creds.h	Wed Sep 24 21:55:13 2014 +0000
@@ -1,12 +1,6 @@
- /* Tunables: Salesforce Credentials /
+ /* 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";
- */
- 
-// Tunables: Salesforce Credentials
- char *username      = "danson@austin.rr.com";
- char *password      = "d8wjyKa0arYih5icg43dwg5avViCeWO5EvKDic4";
- char *client_id     = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh";
- char *client_secret = "989796221362081717";
\ No newline at end of file
+ 
\ No newline at end of file