Disabled GPIO pins and system out led

This commit is contained in:
jancoow
2015-06-08 14:20:16 +02:00
parent 38a0bc4620
commit 6735334064
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ public class ButtonHandler implements KeyListener{
buttons.add(new Button(5, 4, led));
buttons.add(new Button(6, 5, led));
if (Window.ON_RASP)
addGpioListeners();
// if (Window.ON_RASP)
// addGpioListeners();
}