Custom menu

Fork of Menu by Peihsun Yeh

Selection.cpp

Committer:
LeoHsueh
Date:
2015-03-03
Revision:
4:396eff5be1a1
Parent:
3:3fceb6ff921e

File content as of revision 4:396eff5be1a1:

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

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