tests...
parent
b2f09ea414
commit
16653e719e
|
|
@ -21,5 +21,9 @@ void TMC2130::SetEnabled(const MotorParams ¶ms, bool enabled) {
|
||||||
void TMC2130::Isr(const MotorParams ¶ms) {
|
void TMC2130::Isr(const MotorParams ¶ms) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool TMC2130::CheckForErrors(const MotorParams ¶ms) {
|
||||||
|
return !errorFlags.Good();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace tmc2130
|
} // namespace tmc2130
|
||||||
} // namespace hal
|
} // namespace hal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue