salesforce HeartRate monitor sample application. This application sends periodic heart rate values into salesforce.com via the mbed SalesforceInterface API.

Dependencies:   BufferedSerial C12832 GroveEarbudSensor EthernetInterface SalesforceInterface mbed-rtos mbed Logger

Fork of df-2014-salesforce-hrm-k64f by Doug Anson

Committer:
ansond
Date:
Wed Sep 24 21:55:13 2014 +0000
Revision:
2:ce4056f10202
Parent:
1:a71236906eed
Child:
3:3a5fdfdabca3
initial checkin;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 2:ce4056f10202 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 2:ce4056f10202 6