Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
WiringPi
espelhamento de
https://github.com/WiringPi/WiringPi.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
9
Wiki
Atividade
Ver código fonte
Use the proper button alias BUTTON_PIN to the digitalRead instructions
pull/6/head
Nelson Neves
12 anos atrás
pai
2a6da9eefe
commit
924af874e0
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
examples/wfi.c
+ 1
- 1
examples/wfi.c
Ver arquivo
@@ -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 ;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar