etisab 10 anni fa
parent
commit
6d046a1aec
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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