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

Timer stuff with incomplete teensy

This commit is contained in:
Asbelos
2022-03-01 12:52:25 +00:00
parent dd9152864b
commit 6fc223d80b
12 changed files with 305 additions and 278 deletions

View File

@@ -46,8 +46,7 @@ byte TrackManager::lastTrack=0;
void TrackManager::Setup(const FSH * shieldname,
MotorDriver * track0, MotorDriver * track1, MotorDriver * track2,
MotorDriver * track3, MotorDriver * track4, MotorDriver * track5,
MotorDriver * track6, MotorDriver * track7 ) {
(void) shieldname; // TODO
MotorDriver * track6, MotorDriver * track7 ) {
addTrack(0,track0);
addTrack(1,track1);
addTrack(2,track2);