|
DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
|

Macros | |
| #define | R_START 0x0 |
| #define | R_CW_FINAL 0x1 |
| #define | R_CW_BEGIN 0x2 |
| #define | R_CW_NEXT 0x3 |
| #define | R_CCW_BEGIN 0x4 |
| #define | R_CCW_FINAL 0x5 |
| #define | R_CCW_NEXT 0x6 |
Variables | |
| const unsigned char | ttable [7][4] |
| #define R_CCW_BEGIN 0x4 |
| #define R_CCW_FINAL 0x5 |
| #define R_CCW_NEXT 0x6 |
| #define R_CW_BEGIN 0x2 |
| #define R_CW_FINAL 0x1 |
| #define R_CW_NEXT 0x3 |
| #define R_START 0x0 |
| const unsigned char ttable[7][4] |