Function riot_sys::gpio_write

source ·
pub unsafe extern "C" fn gpio_write(pin: gpio_t, value: c_int)
Expand description

@brief Set the given pin to the given value

@param[in] pin the pin to set @param[in] value value to set the pin to, 0 for LOW, HIGH otherwise