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
Diff: Definitions.h
- Revision:
- 23:3632b2578c74
- Parent:
- 22:1b9e29933ab3
- Child:
- 26:efa0655eec62
diff -r 1b9e29933ab3 -r 3632b2578c74 Definitions.h --- 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

