[][src]Function mraa_sys::mraa_gpio_write_multi

pub unsafe extern "C" fn mraa_gpio_write_multi(
    dev: mraa_gpio_context,
    input_values: *mut c_int
) -> mraa_result_t

Write to the Gpio(s) Value. The user must provide an integer array with a length equal to the number of pins provided to mraa_gpio_init_multi() function.

@param dev The Gpio context @param output_values The array provided by the user. It must contain the values intended to be written to the gpio pins, in the same order as the init function. @return Result of operation