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: BufferedSerial C12832 EndpointMain-rfid EthernetInterface Logger StatusReporter-df2014 mbed-rtos mbed
Fork of df-2014-workshop-rfid-case-generator-k64f by
Revision 29:a1067f9eb41c, committed 2014-09-09
- Comitter:
- ansond
- Date:
- Tue Sep 09 17:04:17 2014 +0000
- Parent:
- 28:892a6668365f
- Child:
- 30:b090d9413b10
- Commit message:
- fixed threaded issues
Changed in this revision
--- a/Definitions.h Sun Sep 07 22:23:53 2014 +0000
+++ b/Definitions.h Tue Sep 09 17:04:17 2014 +0000
@@ -88,8 +88,8 @@
#define RFID_RX_PIN P4_29
#endif
#if _K64F_PLATFORM
- #define RFID_TX_PIN PTC17
- #define RFID_RX_PIN PTC16
+ #define RFID_TX_PIN D1
+ #define RFID_RX_PIN D0
#endif
#endif // _DEFINITIONS_H_
\ No newline at end of file
--- a/StatusReporter.lib Sun Sep 07 22:23:53 2014 +0000 +++ b/StatusReporter.lib Tue Sep 09 17:04:17 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ansond/code/StatusReporter/#58e8346fc05c +http://mbed.org/users/ansond/code/StatusReporter/#69ab67f07897
--- a/main.cpp Sun Sep 07 22:23:53 2014 +0000
+++ b/main.cpp Tue Sep 09 17:04:17 2014 +0000
@@ -82,7 +82,7 @@
status_reporter.checkAndReportOnStatus();
// wait a bit and look again
- wait_ms(WAIT_TIME_MS);
+ Thread::wait_ms(WAIT_TIME_MS);
}
}
else {

