mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-28 09:53:45 +02:00
DC hooks
still requires pin jiggling
This commit is contained in:
@@ -169,6 +169,11 @@ int MotorDriver::getCurrentRaw() {
|
||||
|
||||
}
|
||||
|
||||
void MotorDriver::setDCSignal(byte speedcode) {
|
||||
// spedcxode is a dcc speed /direction
|
||||
// TODO jiggle the DC speed pin PWMs
|
||||
|
||||
}
|
||||
int MotorDriver::getCurrentRawInInterrupt() {
|
||||
|
||||
// IMPORTANT: This function must be called in Interrupt() time within the 56uS timer
|
||||
|
Reference in New Issue
Block a user