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

Revision:
4:73f9d7560e93
Parent:
3:3a5fdfdabca3
Child:
6:d5a7ca880c20
diff -r 3a5fdfdabca3 -r 73f9d7560e93 main.cpp
--- a/main.cpp	Thu Sep 25 03:38:14 2014 +0000
+++ b/main.cpp	Thu Sep 25 04:57:33 2014 +0000
@@ -52,9 +52,9 @@
  // Salesforce.com Interface
  #include "SalesforceInterface.h"
  
- // Sensor Lat/Long
- #define SENSOR_LATITUDE     "37.404120"
- #define SENSOR_LONGITUDE    "-121.973195"
+ // Sensor Lat/Long - Moscone West: 37.783588, -122.403392
+ #define SENSOR_LATITUDE     "37.783588"
+ #define SENSOR_LONGITUDE    "-122.403392"
  
  // Salesforce.com Configuration/Tunables
  char *hrm_object_name          = "HeartRate__c";            // custom object