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

reasonable start

This commit is contained in:
Asbelos
2024-02-06 20:03:52 +00:00
parent 6d0740eab4
commit cd47782052
7 changed files with 97 additions and 10 deletions

View File

@@ -157,10 +157,9 @@ void TrackManager::setDCCSignal( bool on) {
HAVE_PORTF(PORTF=shadowPORTF);
}
// Called by interrupt context
void TrackManager::setCutout( bool on) {
(void) on;
// TODO Cutout needs fake ports as well
// TODO APPLY_BY_MODE(TRACK_MODE_MAIN,setCutout(on));
APPLY_BY_MODE(TRACK_MODE_MAIN,setBrake(on,true));
}
// setPROGSignal(), called from interrupt context