MBED_DEMOS / Mbed 2 deprecated df-2014-rfid-case-gen-k64f-exercise

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

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

Files at this revision

API Documentation at this revision

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"