[][src]Function wpilib_sys::bindings::HAL_Pulse

pub unsafe extern "C" fn HAL_Pulse(
    dioPortHandle: HAL_DigitalHandle,
    pulseLength: f64,
    status: *mut i32
)

Generates a single digital pulse.

Write a pulse to the specified digital output channel. There can only be a single pulse going at any time.

@param dioPortHandle the digital port handle @param pulseLength the active length of the pulse (in seconds)