소스 검색

Use the proper button alias BUTTON_PIN to the digitalRead instructions

pull/6/head
Nelson Neves 12 년 전
부모
커밋
924af874e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/wfi.c

+ 1
- 1
examples/wfi.c 파일 보기

@@ -89,7 +89,7 @@ PI_THREAD (waitForIt)

// Wait for key to be released

while (digitalRead (0) == LOW)
while (digitalRead (BUTTON_PIN) == LOW)
delay (1) ;

debounceTime = millis () + DEBOUNCE_TIME ;


불러오는 중...
취소
저장