Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
WiringPi
réplica de
https://github.com/WiringPi/WiringPi.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
9
Wiki
Actividad
Explorar el Código
Use the proper button alias BUTTON_PIN to the digitalRead instructions
pull/6/head
Nelson Neves
hace 12 años
padre
2a6da9eefe
commit
924af874e0
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
examples/wfi.c
+ 1
- 1
examples/wfi.c
Ver fichero
@@ -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 ;
Escribir
Vista previa
Cargando…
Cancelar
Guardar