riot_sys::bindgen

Function gpio_write

Source
pub unsafe extern "C" fn gpio_write(pin: gpio_t, value: bool)
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