Lucas Borges
/
MenuLCD_Copy
this locks like shit
Fork of MenuLCD_copy by
menbed/menbedMenuItem.cpp@0:92357d1220f3, 2017-05-19 (annotated)
- Committer:
- ViniR
- Date:
- Fri May 19 13:07:52 2017 +0000
- Revision:
- 0:92357d1220f3
Ent?o PARA...
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ViniR | 0:92357d1220f3 | 1 | #include "mbed.h" |
ViniR | 0:92357d1220f3 | 2 | #include "include/menbedMenuItem.h" |
ViniR | 0:92357d1220f3 | 3 | |
ViniR | 0:92357d1220f3 | 4 | MenbedMenuItem::MenbedMenuItem (void (*selFcn)(), MenbedMenu **childMenu, |
ViniR | 0:92357d1220f3 | 5 | bool childMenuIsAncestor, MenbedMenuParam *param, char *text) : |
ViniR | 0:92357d1220f3 | 6 | selFcn(selFcn), childMenu(childMenu), |
ViniR | 0:92357d1220f3 | 7 | childMenuIsAncestor(childMenuIsAncestor), param(param), |
ViniR | 0:92357d1220f3 | 8 | text(text) |
ViniR | 0:92357d1220f3 | 9 | {} |