mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-14 18:13:09 +01:00
Updated logic, sending move
This commit is contained in:
parent
2af01e3c42
commit
2b8b995307
@ -104,13 +104,6 @@ private:
|
|||||||
_deviceState = DEVSTATE_FAILED;
|
_deviceState = DEVSTATE_FAILED;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// byte _getVersion[1] = {RE_VER};
|
|
||||||
// I2CManager.read(_I2CAddress, _versionBuffer, 3, _getVersion, 1);
|
|
||||||
// _majorVer = _versionBuffer[0];
|
|
||||||
// _minorVer = _versionBuffer[1];
|
|
||||||
// _patchVer = _versionBuffer[2];
|
|
||||||
// _buffer[0] = RE_OP;
|
|
||||||
// I2CManager.write(_I2CAddress, _buffer, 1);
|
|
||||||
#ifdef DIAG_IO
|
#ifdef DIAG_IO
|
||||||
_display();
|
_display();
|
||||||
#endif
|
#endif
|
||||||
@ -139,18 +132,6 @@ private:
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
// I2CManager.read(_I2CAddress, _buffer, 1);
|
|
||||||
// _position = _buffer[0];
|
|
||||||
// // This here needs to have a change check, ie. position is a different value.
|
|
||||||
// #if defined(EXRAIL_ACTIVE)
|
|
||||||
// if (_position != _previousPosition) {
|
|
||||||
// _previousPosition = _position;
|
|
||||||
// RMFT2::changeEvent(_firstVpin,1);
|
|
||||||
// } else {
|
|
||||||
// RMFT2::changeEvent(_firstVpin,0);
|
|
||||||
// }
|
|
||||||
// #endif
|
|
||||||
// delayUntil(currentMicros + 100000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Device specific read function
|
// Device specific read function
|
||||||
|
Loading…
Reference in New Issue
Block a user