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
- Committer:
- ansond
- Date:
- 2015-06-10
- Revision:
- 14:02fe7e52e7cc
- Parent:
- 13:02be39daa098
File content as of revision 14:02fe7e52e7cc:
/* 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";