4 errors
Dependencies: KS0108_PCF8574 mbed
menbed/include/menbedMenuMessage.h@0:936f1c020120, 2012-09-05 (annotated)
- Committer:
- GuiTwo
- Date:
- Wed Sep 05 07:21:59 2012 +0000
- Revision:
- 0:936f1c020120
With KS0108;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
GuiTwo | 0:936f1c020120 | 1 | #ifndef _MENBEDMENUMESSAGE_H_ |
GuiTwo | 0:936f1c020120 | 2 | #define _MENBEDMENUMESSAGE_H_ |
GuiTwo | 0:936f1c020120 | 3 | |
GuiTwo | 0:936f1c020120 | 4 | #include "mbed.h" |
GuiTwo | 0:936f1c020120 | 5 | |
GuiTwo | 0:936f1c020120 | 6 | class MenbedMenuMessage { |
GuiTwo | 0:936f1c020120 | 7 | public: |
GuiTwo | 0:936f1c020120 | 8 | char *text; |
GuiTwo | 0:936f1c020120 | 9 | bool showUpArrow; |
GuiTwo | 0:936f1c020120 | 10 | bool showDownArrow; |
GuiTwo | 0:936f1c020120 | 11 | |
GuiTwo | 0:936f1c020120 | 12 | MenbedMenuMessage (uint8_t numLines, uint8_t lineLength); |
GuiTwo | 0:936f1c020120 | 13 | ~MenbedMenuMessage (); |
GuiTwo | 0:936f1c020120 | 14 | }; |
GuiTwo | 0:936f1c020120 | 15 | |
GuiTwo | 0:936f1c020120 | 16 | #endif /* _MENBEDMENUMESSAGE_H_ */ |