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 17:67eeffe10934, committed 2014-08-28
- 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

