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 Sep 26 02:33:55 2014 +0000
Revision:
7:d6c57c7e8411
Parent:
6:d5a7ca880c20
Child:
13:02be39daa098
updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 7:d6c57c7e8411 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";