Browse Source

update GPIO pins

etisab 10 years ago
parent
commit
6d046a1aec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rebuild/led.lua

+ 2 - 2
rebuild/led.lua

@@ -1,6 +1,6 @@
 --pin definitions, should we move it out to another module?
-local led_pin = 3 --filler value
-local override_pin = 8 --filler value
+local led_pin = 1 --GPIO 5  
+local override_pin = 2 --GPIO 4
 
 --pattern definitions
 local STOPPED = 0