DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
Loading...
Searching...
No Matches
Classes
/home/runner/work/DCCEXSimpleThrottle/DCCEXSimpleThrottle/BaseMenuItem.h File Reference
#include <Arduino.h>
Include dependency graph for BaseMenuItem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseMenuItem
 Base class for all menu item types, and all menu item types must inherit from this. Every menu item has a name, which is what appears on screen for the user to select. Every menu item also needs an index to assist with selecting specific items. All menu items form a linked list associated with a menu. More...