Model Railroad System  2.2.1
Namespaces | Classes | Typedefs | Enumerations
Using an Ardunio Uno and a MAX72XX to Operate Signals

Classes to operate signals using an Ardunio Uno and a MAX72XX. More...

Namespaces

 arduniomax72xx_signals
 

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. The four values are dark, red, yellow, and green. More...
 

Detailed Description

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 Documentation

◆ onetwoaspectlist

Definition at line 45 of file ArdunioMAX72XX_Signals.tcl.

Enumeration Type Documentation

◆ signalcolors

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.