Dreamforce 2014 Workshop RFID Case Generator - FRDM-K64F

Dependencies:   EndpointMain-rfid EthernetInterface StatusReporter BufferedSerial mbed-rtos mbed Logger C12832

Fork of df-2014-workshop-rfid-case-generator-ublox by Doug Anson

Files at this revision

API Documentation at this revision

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

Definitions.h Show annotated file Show diff for this revision Revisions of this file
StatusReporter.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/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 {