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

Committer:
ansond
Date:
Fri Jun 05 22:14:14 2015 +0000
Revision:
13:02be39daa098
Parent:
7:d6c57c7e8411
Child:
14:02fe7e52e7cc
updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 13:02be39daa098 1 /* Tunables: Salesforce Credentials /
ansond 0:a298d18da239 2 char *username = "xxx@yyy.zzz";
ansond 0:a298d18da239 3 char *password = "password_goes_here"; // must be of the form: [password][security token]
ansond 0:a298d18da239 4 char *client_id = "customer key goes here";
ansond 4:73f9d7560e93 5 char *client_secret = "client secret goes here";
ansond 13:02be39daa098 6 */
ansond 13:02be39daa098 7
ansond 13:02be39daa098 8 // Tunables: Salesforce Credentials
ansond 13:02be39daa098 9 char *username = "danson@austin.rr.com";
ansond 13:02be39daa098 10 //char *password = "d8wjyKa0arYih5icg43dwg5avViCeWO5EvKDic4";
ansond 13:02be39daa098 11 char *password = "1Landmark190Hyg0bCzZcDjI0os0kpPjjA1";
ansond 13:02be39daa098 12 char *client_id = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh";
ansond 13:02be39daa098 13 char *client_secret = "989796221362081717";