Function wpilib_sys::bindings::HAL_SetDigitalPWMOutputChannel
source · pub unsafe extern "C" fn HAL_SetDigitalPWMOutputChannel(
pwmGenerator: HAL_DigitalPWMHandle,
channel: i32,
status: *mut i32
)Expand description
Configures which DO channel the PWM signal is output on.
@param pwmGenerator the digital PWM handle @param channel the channel to output on