COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Menu.hh>
Public Member Functions | |
virtual bool | run (Menu::item_P item)=0 |
Menu Action handler. Must be sub-classed and the virtual member function run() must be implemented. Holds the state for the menu action.
|
pure virtual |
Menu action function for given menu item. Return true(1) if the menu walker should render the display otherwise if the false(0).
[in] | item | menu item reference. |