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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sf_creds.h Source File

sf_creds.h

00001  /* Tunables: Salesforce Credentials */
00002  char *username      = "xxx@yyy.zzz";
00003  char *password      = "password_goes_here";            // must be of the form: [password][security token]
00004  char *client_id     = "customer key goes here";
00005  char *client_secret = "client secret goes here";