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 23:3632b2578c74, committed 2014-08-29
- 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

