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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Aug 20 19:05:31 2015 +0000
Parent:
14:02fe7e52e7cc
Commit message:
updated endpoint to latest libs

Changed in this revision

BufferedSerial.lib Show annotated file Show diff for this revision Revisions of this file
EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
GroveEarbudSensor.lib Show annotated file Show diff for this revision Revisions of this file
SalesforceInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/BufferedSerial.lib	Wed Jun 10 17:53:47 2015 +0000
+++ b/BufferedSerial.lib	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/sam_grove/code/BufferedSerial/#8287e83943f0
+http://mbed.org/users/sam_grove/code/BufferedSerial/#779304f9c5d2
--- a/EthernetInterface.lib	Wed Jun 10 17:53:47 2015 +0000
+++ b/EthernetInterface.lib	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#5887ae6c0c2c
+http://mbed.org/users/mbed_official/code/EthernetInterface/#2fc406e2553f
--- a/GroveEarbudSensor.lib	Wed Jun 10 17:53:47 2015 +0000
+++ b/GroveEarbudSensor.lib	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/ansond/code/GroveEarbudSensor/#d1fc51718ca7
+http://developer.mbed.org/users/ansond/code/GroveEarbudSensor/#8687d42d6798
--- a/SalesforceInterface.lib	Wed Jun 10 17:53:47 2015 +0000
+++ b/SalesforceInterface.lib	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/MBED_DEMOS/code/SalesforceInterface/#bc93af985435
+http://developer.mbed.org/teams/MBED_DEMOS/code/SalesforceInterface/#ab08e176abc0
--- a/main.cpp	Wed Jun 10 17:53:47 2015 +0000
+++ b/main.cpp	Thu Aug 20 19:05:31 2015 +0000
@@ -34,7 +34,7 @@
  
  // Earbud support
  #include "GroveEarbudSensor.h"
- InterruptIn sensor(D0);
+ InterruptIn sensor(D2);
  GroveEarbudSensor earbud(&sensor,&pc);
      
  // Ethernet
--- a/mbed-rtos.lib	Wed Jun 10 17:53:47 2015 +0000
+++ b/mbed-rtos.lib	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#631c0f1008c3
+http://mbed.org/users/mbed_official/code/mbed-rtos/#21b438192b0f
--- a/mbed.bld	Wed Jun 10 17:53:47 2015 +0000
+++ b/mbed.bld	Thu Aug 20 19:05:31 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c
\ No newline at end of file