Fork for marginal changes to UI library.
Dependents: Data-Management-Honka
Fork of UI by
Revision 8:7d9e183929a1, committed 2015-04-08
- Comitter:
- nathanhonka
- Date:
- Wed Apr 08 00:51:35 2015 +0000
- Parent:
- 7:53de0bee308d
- Commit message:
- Added comment regarding UI definition matching between Databed & Controlbed. Note: these definitions cannot currently be placed in a common library (UI) because UI library is not encapsulated (requires local file initDatabed.h).
Changed in this revision
| UserInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/UserInterface.h Sun Apr 05 21:58:48 2015 +0000
+++ b/UserInterface.h Wed Apr 08 00:51:35 2015 +0000
@@ -13,7 +13,7 @@
#include "mbed.h"
#include "initDatabed.h"
-/* UI button press types */
+/* UI button press types. Must match definitions in Controlbed UI header */
enum UI_t {
BUTTON_NONE = 0,
BUTTON_A_PRESS = 1,
