CANSparkMax_SetInverted

Function CANSparkMax_SetInverted 

Source
pub unsafe extern "C" fn CANSparkMax_SetInverted(
    this: *mut c_void,
    isInverted: bool,
)
Expand description

Common interface for inverting direction of a speed controller.

This call has no effect if the controller is a follower. To invert a follower, see the follow() method.

@param isInverted The state of inversion, true is inverted.