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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Wed Jun 10 17:53:47 2015 +0000
Parent:
13:02be39daa098
Child:
15:bbb1cf6d0b38
Commit message:
updates

Changed in this revision

SalesforceInterface.lib Show annotated file Show diff for this revision Revisions of this file
sf_creds.h Show annotated file Show diff for this revision Revisions of this file
--- a/SalesforceInterface.lib	Fri Jun 05 22:14:14 2015 +0000
+++ b/SalesforceInterface.lib	Wed Jun 10 17:53:47 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/MBED_DEMOS/code/SalesforceInterface/#43958e776695
+http://developer.mbed.org/teams/MBED_DEMOS/code/SalesforceInterface/#bc93af985435
--- a/sf_creds.h	Fri Jun 05 22:14:14 2015 +0000
+++ b/sf_creds.h	Wed Jun 10 17:53:47 2015 +0000
@@ -1,13 +1,5 @@
- /* 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 *password      = "1Landmark190Hyg0bCzZcDjI0os0kpPjjA1";
- char *client_id     = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh";
- char *client_secret = "989796221362081717";
\ No newline at end of file
+ char *client_secret = "client secret goes here";
\ No newline at end of file