Austin Terrell / Menu
Committer:
austinterrell
Date:
Tue Dec 03 19:37:11 2019 +0000
Revision:
3:3c6551467d77
Parent:
1:84d263c8932d
Removed some unwanted debug code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pyeh9 0:577f0ec71f4c 1 #include "mbed.h"
pyeh9 0:577f0ec71f4c 2 #include "Selection.h"
pyeh9 0:577f0ec71f4c 3 #include "TextLCD.h"
pyeh9 0:577f0ec71f4c 4
austinterrell 3:3c6551467d77 5 Selection::Selection(void (*fun)(), Menu *child, char* text) :
austinterrell 3:3c6551467d77 6 fun(fun), selText(text), childMenu(child) {}