From 7d3c95bf7c241720fa8fe9c17fbc730cb7cca007 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 26 May 2018 17:13:22 +0200 Subject: [PATCH] fixed error in example --- examples/embedded_linux/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/embedded_linux/src/main.rs b/examples/embedded_linux/src/main.rs index 4b808b2..a83400e 100644 --- a/examples/embedded_linux/src/main.rs +++ b/examples/embedded_linux/src/main.rs @@ -74,7 +74,7 @@ fn main() { busy.export().expect("busy export"); while !busy.is_exported() {} busy.set_direction(Direction::In).expect("busy Direction"); - busy.set_value(1).expect("busy Value set to 1"); + //busy.set_value(1).expect("busy Value set to 1"); let busy_in = HackInputPin::new(&busy); let dc = Pin::new(6); //pin 31 //bcm6