user config

Fork of Menu by Peihsun Yeh

required for StormXalike

Selection.cpp

Committer:
rakware
Date:
2015-03-05
Revision:
3:742c6553f5f7
Parent:
1:84d263c8932d

File content as of revision 3:742c6553f5f7:

#include "mbed.h"
#include "Selection.h"
#include "TextLCD.h"

Selection::Selection(void (*fun)(), int position, Menu *child, char* text) : 
    fun(fun), selText(text), pos(position), childMenu(child) {}