From 5c48f2a88561700269355038ad9fdc44651a1f7d Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Mon, 30 Jun 2014 11:10:28 +0100 Subject: [PATCH] intel_galileo_rev_g: change enable pin for SPI MISO Signed-off-by: Thomas Ingleby --- src/intel_galileo_rev_g.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel_galileo_rev_g.c b/src/intel_galileo_rev_g.c index 925a8df..23ace1c 100644 --- a/src/intel_galileo_rev_g.c +++ b/src/intel_galileo_rev_g.c @@ -236,7 +236,7 @@ mraa_intel_galileo_gen2(mraa_adv_func* adv) b->pins[12].spi.pinmap = 1; b->pins[12].spi.mux_total = 1; b->pins[12].spi.mux[0].pin = 42; - b->pins[12].spi.mux[0].value = 0; + b->pins[12].spi.mux[0].value = 1; // THIS NEEDS TESTING UNSURE IF MOSI WILL BE EXPOSED. strncpy(b->pins[13].name, "IO13", 8);