Karl Zweimüller / Menu

Fork of Menu by Peihsun Yeh

Selection.cpp

Committer:
charly
Date:
2015-01-16
Revision:
8:fbaeab73fe1a
Parent:
1:84d263c8932d

File content as of revision 8:fbaeab73fe1a:

#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) {}