[][src]Function wpilib_sys::bindings::HAL_GetAnalogOutput

pub unsafe extern "C" fn HAL_GetAnalogOutput(
    analogOutputHandle: HAL_AnalogOutputHandle,
    status: *mut i32
) -> f64

Gets the current analog output value.

@param analogOutputHandle the analog output handle @return the current output voltage (0-5v)