Private
Public Access
2
0

src/mraa.c: mux mapped

Don't own gpio of muxes, so it isnt unexported.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2015-02-05 16:20:09 +00:00
parent 8ccefe95e5
commit 459ecc0c1c

View File

@@ -149,6 +149,7 @@ mraa_setup_mux_mapped(mraa_pin_t meta)
// this function will sometimes fail, however this is not critical as
// long as the write succeeds - Test case galileo gen2 pin2
mraa_gpio_dir(mux_i, MRAA_GPIO_OUT);
mraa_gpio_owner(mux_i, 0);
if (mraa_gpio_write(mux_i, meta.mux[mi].value) != MRAA_SUCCESS) {
mraa_gpio_close(mux_i);