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@15:bbb1cf6d0b38, 2015-08-20 (annotated)
- Committer:
- ansond
- Date:
- Thu Aug 20 19:05:31 2015 +0000
- Revision:
- 15:bbb1cf6d0b38
- Parent:
- 14:02fe7e52e7cc
updated endpoint to latest libs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ansond | 14:02fe7e52e7cc | 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 | 14:02fe7e52e7cc | 5 | char *client_secret = "client secret goes here"; |