Question
How to get Speed in RPM from MC_GetMecSpeedReferenceMotor1()
How do I convert the value I get from MC_GetMecSpeedReferenceMotor1() into RPM, similar to how the Motor Pilot reports speed in RPM.
int16_t motorSpeed = MC_GetMecSpeedReferenceMotor1();
