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:
Thu Aug 28 21:06:50 2014 +0000
Parent:
16:e2688ed85398
Child:
18:2c375d7f30fe
Commit message:
renamed definitions

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
StatusReporter.lib Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Thu Aug 28 20:37:46 2014 +0000
+++ b/Definitions.h	Thu Aug 28 21:06:50 2014 +0000
@@ -59,9 +59,9 @@
  #define WAIT_TIME_MS              500
  
  // Tunables for WidgetDB
- #define MAX_NAME_LENGTH           64
- #define MAX_DESCRIPTION_LENGTH    128
- #define MAX_NUM_WIDGETS           3
+ #define DB_MAX_NAME_LENGTH        64
+ #define DB_MAX_DESCRIPTION_LENGTH 128
+ #define DB_MAX_NUM_WIDGETS        3
  
  // convenience definitions for WidgetDB... 2 RFIDs/station  
  #define FIRST_WIDGET              0
--- a/StatusReporter.lib	Thu Aug 28 20:37:46 2014 +0000
+++ b/StatusReporter.lib	Thu Aug 28 21:06:50 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/StatusReporter/#967281efbcaa
+http://mbed.org/users/ansond/code/StatusReporter/#cfa87685c859