Fork for marginal changes to UI library.

Dependents:   Data-Management-Honka

Fork of UI by Michael Ling

Files at this revision

API Documentation at this revision

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,