1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

DCCX_SIGNAL(id,redAspect,amberAspect,greenAspect)

This commit is contained in:
Asbelos
2024-02-16 11:49:02 +00:00
parent e4904e4080
commit 8705c8c33f
4 changed files with 19 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ class LookList {
static const int16_t SERVO_SIGNAL_FLAG=0x4000;
static const int16_t ACTIVE_HIGH_SIGNAL_FLAG=0x2000;
static const int16_t DCC_SIGNAL_FLAG=0x1000;
static const int16_t DCCX_SIGNAL_FLAG=0x3000;
static const int16_t SIGNAL_ID_MASK=0x0FFF;
// Throttle Info Access functions built by exrail macros
static const byte rosterNameCount;