This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
WiringPi
огледало од
https://github.com/WiringPi/WiringPi.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
9
Вики
Activity
Преглед изворни кода
Use the proper button alias BUTTON_PIN to the digitalRead instructions
pull/6/head
Nelson Neves
пре 12 година
родитељ
2a6da9eefe
комит
924af874e0
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ;
Write
Preview
Loading…
Откажи
Сачувај