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

Motor drivers tested

This commit is contained in:
Asbelos
2020-08-17 15:30:25 +01:00
parent 7a4fcd228d
commit da7275d9a4
8 changed files with 59 additions and 30 deletions

View File

@@ -44,7 +44,7 @@ const byte FN_GROUP_5=0x10;
void DCC::begin(MotorDriver * mainDriver, MotorDriver* progDriver) {
debugMode=false;
DCCWaveform::begin(mainDriver,progDriver);
DCCWaveform::begin(mainDriver,progDriver);
}
void DCC::setThrottle( uint16_t cab, uint8_t tSpeed, bool tDirection) {