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
Merge branch 'master' of git://git.drogon.net/wiringPi
pull/22/head
Gordon Henderson
hace 12 años
padre
fbab4b8329
870ba4129f
commit
e636f6213b
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
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
Ver fichero
@@ -530,7 +530,7 @@ void pwmWriteGpio (int pin, int value)
pin = pin & 63 ;
port = gpioToPwmPort [pin] ;
*(pwm + port) = value
& 0x3FF
;
*(pwm + port) = value ;
}
void pwmWriteWPi (int pin, int value)
Escribir
Vista previa
Cargando…
Cancelar
Guardar