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:
Fri Aug 29 19:26:33 2014 +0000
Parent:
22:1b9e29933ab3
Child:
24:39fcdbfbfe0f
Commit message:
initial commit for K64F

Changed in this revision

C12832_lcd.lib Show diff for this revision Revisions of this file
Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/C12832_lcd.lib	Fri Aug 29 19:24:19 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/dreschpe/code/C12832_lcd/#8f86576007d6
--- a/Definitions.h	Fri Aug 29 19:24:19 2014 +0000
+++ b/Definitions.h	Fri Aug 29 19:26:33 2014 +0000
@@ -53,9 +53,9 @@
  #define MAX_LOG_MESSAGE           128
  
  // What platform we are compiling on
- #define _NXP_PLATFORM             true
+ #define _NXP_PLATFORM             false
  #define _UBLOX_PLATFORM           false
- #define _K64F_PLATFORM            false
+ #define _K64F_PLATFORM            true
  
  // Wait Time for iterations (ms)
  #define WAIT_TIME_MS              500