소스 검색

update GPIO pins

etisab 10 년 전
부모
커밋
6d046a1aec
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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