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 58:dcc6657570ef, committed 2014-10-09
- Comitter:
- ansond
- Date:
- Thu Oct 09 04:31:54 2014 +0000
- Parent:
- 57:06a1779b73b9
- Commit message:
- reset for exercise
Changed in this revision
| Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Thu Oct 09 04:07:11 2014 +0000 +++ b/Definitions.h Thu Oct 09 04:31:54 2014 +0000 @@ -22,7 +22,7 @@ // ----------------- WORKSHOP TUNABLES ----------------- // SUPPORT PERSON #1 (this will be dispatched as a Case if the first RFID tag is swiped) - #define FIRST_SUPPORT_PERSON_RFID 7553843 + #define FIRST_SUPPORT_PERSON_RFID 1234567 #define FIRST_SUPPORT_PERSON_NAME "James T. Kirk" #define FIRST_SUPPORT_PERSON_DESCRIPTION "Federation Technician #NCC-1701" #define FIRST_SUPPORT_PERSON_STATUS "On site/servicing" @@ -30,7 +30,7 @@ #define FIRST_SUPPORT_PERSON_LONGITUDE "-121.973195" // SUPPORT PERSON #2 (this will be dispatched as a Case if the second RFID tag is swiped) - #define SECOND_SUPPORT_PERSON_RFID 9909120 + #define SECOND_SUPPORT_PERSON_RFID 1234567 #define SECOND_SUPPORT_PERSON_NAME "Harry Potter" #define SECOND_SUPPORT_PERSON_DESCRIPTION "Hogwarts Technician #WIZ-1234" #define SECOND_SUPPORT_PERSON_STATUS "On site/servicing" @@ -38,7 +38,7 @@ #define SECOND_SUPPORT_PERSON_LONGITUDE "-121.973195" // SUPPORT PERSON #3 (this will be dispatched as a Case if the third RFID tag is swiped) - #define THIRD_SUPPORT_PERSON_RFID 7573760 + #define THIRD_SUPPORT_PERSON_RFID 1234567 #define THIRD_SUPPORT_PERSON_NAME "Kramer" #define THIRD_SUPPORT_PERSON_DESCRIPTION "UNKNOWN Technician #-1" #define THIRD_SUPPORT_PERSON_STATUS "Off site/action unsure"

