Dreamforce 2014 Demo of RFID-based Salesforce Case generation for status reporting.
Dependencies: ID12RFID ReportDB SalesforceCaseGenerator SalesforceInterface
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Revision 12:ba63d4f862e8, committed 2014-09-09
- Comitter:
- ansond
- Date:
- Tue Sep 09 20:23:05 2014 +0000
- Parent:
- 11:1faa9e2a2358
- Child:
- 13:a3715360e454
- Commit message:
- updated to use BufferSerial
Changed in this revision
ID12RFID.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 |
--- a/ID12RFID.lib Tue Sep 09 19:37:28 2014 +0000 +++ b/ID12RFID.lib Tue Sep 09 20:23:05 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ansond/code/ID12RFID/#d5920dcaf034 +http://mbed.org/users/ansond/code/ID12RFID/#2593c0ca3e8f
--- a/main.cpp Tue Sep 09 19:37:28 2014 +0000 +++ b/main.cpp Tue Sep 09 20:23:05 2014 +0000 @@ -30,8 +30,8 @@ #endif // our Serial port - #include "Serial.h" - Serial pc(USBTX, USBRX); + #include "BufferedSerial.h" + BufferedSerial pc(USBTX, USBRX); // Ethernet #include "EthernetInterface.h"