Model Railroad System
2.2.2
|
Classes to operate signals using an Ardunio Uno and a MAX72XX. More...
Classes | |
class | arduniomax72xx_signals::OneTwoHead3Color |
One or two heads signals, 3 colors per head. More... | |
Typedefs | |
typedef listtype | arduniomax72xx_signals::onetwoaspectlist |
Enumerations | |
enum | arduniomax72xx_signals::signalcolors { arduniomax72xx_signals::dark , arduniomax72xx_signals::red , arduniomax72xx_signals::yellow , arduniomax72xx_signals::green } |
Basic signal colors. More... | |
Classes to operate signals using an Ardunio Uno and a MAX72XX.
The module contains code to operate various sorts of signals using the hardware and code in the ArdunioMAX72XX folder. See the documentation there for information on how things are wired, etc.
typedef listtype arduniomax72xx_signals::onetwoaspectlist |
Definition at line 45 of file ArdunioMAX72XX_Signals.tcl.
Basic signal colors.
The four values are dark, red, yellow, and green.
Enumerator | |
---|---|
dark | Dark, all lamps off, implies red. |
red | Red, generally stop or stop and proceed. |
yellow | Yellow, generally approach. |
green | Green, generally clear. |
Definition at line 20 of file ArdunioMAX72XX_Signals.tcl.