Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 8:58e8346fc05c, committed 2014-08-29
- Comitter:
- ansond
- Date:
- Fri Aug 29 19:23:56 2014 +0000
- Parent:
- 7:763c7a27e77a
- Child:
- 9:69ab67f07897
- Commit message:
- updates for K64F support
Changed in this revision
| StatusReporter.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/StatusReporter.cpp Fri Aug 29 04:23:37 2014 +0000
+++ b/StatusReporter.cpp Fri Aug 29 19:23:56 2014 +0000
@@ -18,7 +18,7 @@
#include "StatusReporter.h"
- StatusReporter::StatusReporter(ErrorHandler *logger,void *transport) : m_case_generator(logger,transport), m_db(), m_rfid_reader(p13,p14) {
+ StatusReporter::StatusReporter(ErrorHandler *logger,void *transport) : m_case_generator(logger,transport), m_db(), m_rfid_reader(RFID_TX_PIN,RFID_RX_PIN) {
this->m_logger = logger;
}