CANSensor

class rev.CANSensor

Bases: pybind11_object

Deprecated:

Use MotorFeedbackSensor instead

getInverted() bool

Get the phase of the CANSensor. This will just return false if the user tries to get the inversion of the hall effect.

setInverted(inverted: bool) rev._rev.REVLibError

Set the phase of the CANSensor so that it is set to be in phase with the motor itself. This only works for quadrature encoders and analog sensors. This will throw an error if the user tries to set the inversion of the hall effect.