Add vSense to MotorCurrents
parent
3d54bd77d4
commit
3825309305
|
|
@ -25,6 +25,7 @@ struct MotorParams {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MotorCurrents {
|
struct MotorCurrents {
|
||||||
|
bool vSense; ///< VSense current scaling
|
||||||
uint8_t iRun; ///< Running current
|
uint8_t iRun; ///< Running current
|
||||||
uint8_t iHold; ///< Holding current
|
uint8_t iHold; ///< Holding current
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue