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
sf_creds.h@1:a71236906eed, 2014-09-24 (annotated)
- Committer:
- ansond
- Date:
- Wed Sep 24 21:54:21 2014 +0000
- Revision:
- 1:a71236906eed
- Parent:
- 0:a298d18da239
- Child:
- 2:ce4056f10202
updates for latest HRM
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ansond | 1:a71236906eed | 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 | 0:a298d18da239 | 5 | char *client_secret = "client secret goes here"; |
ansond | 1:a71236906eed | 6 | */ |
ansond | 1:a71236906eed | 7 | |
ansond | 1:a71236906eed | 8 | // Tunables: Salesforce Credentials |
ansond | 1:a71236906eed | 9 | char *username = "danson@austin.rr.com"; |
ansond | 1:a71236906eed | 10 | char *password = "d8wjyKa0arYih5icg43dwg5avViCeWO5EvKDic4"; |
ansond | 1:a71236906eed | 11 | char *client_id = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh"; |
ansond | 1:a71236906eed | 12 | char *client_secret = "989796221362081717"; |