[][src]Function wpilib_sys::bindings::HAL_SetPWMEliminateDeadband

pub unsafe extern "C" fn HAL_SetPWMEliminateDeadband(
    pwmPortHandle: HAL_DigitalHandle,
    eliminateDeadband: HAL_Bool,
    status: *mut i32
)

Sets if the FPGA should output the center value if the input value is within the deadband.

@param pwmPortHandle the PWM handle @param eliminateDeadband true to eliminate deadband, otherwise false