CANSparkMax_SetOpenLoopRampRate

Function CANSparkMax_SetOpenLoopRampRate 

Source
pub unsafe extern "C" fn CANSparkMax_SetOpenLoopRampRate(
    this: *mut CANSparkMax,
    rate: f64,
) -> REVLibError
Expand description

Sets the ramp rate for open loop control modes.

This is the maximum rate at which the motor controller’s output is allowed to change.

@param rate Time in seconds to go from 0 to full throttle.