[][src]Function mraa_sys::mraa_gpio_read

pub unsafe extern "C" fn mraa_gpio_read(dev: mraa_gpio_context) -> c_int

Read the Gpio value. This can be 0 or 1. A resonse of -1 means that there was a fatal error.

@param dev The Gpio context @return Result of operation