DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
|
#include <Arduino.h>
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... | |