Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
heuzef
/
WiringPi
miroir de
https://github.com/WiringPi/WiringPi.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
9
Wiki
Activité
Parcourir la source
Minor change to the scroll phat test program, and bumped the version.
pull/62/head
Gordon Henderson
il y a 8 ans
Parent
143b383b8d
révision
2dbecfca0a
4 fichiers modifiés
avec
4 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
VERSION
+1
-1
debian-template/wiringPi/DEBIAN/control
+1
-1
examples/scrollPhat/test.c
+1
-1
gpio/version.h
+ 1
- 1
VERSION
Voir le fichier
@@ -1 +1 @@
2.3
1
2.3
2
+ 1
- 1
debian-template/wiringPi/DEBIAN/control
Voir le fichier
@@ -1,5 +1,5 @@
Package: wiringpi
Version: 2.3
1
Version: 2.3
2
Section: libraries
Priority: optional
Architecture: armhf
+ 1
- 1
examples/scrollPhat/test.c
Voir le fichier
@@ -107,7 +107,7 @@ int main (void)
printf (" Message Test...Press Ctrl-C to exit: ") ;
fflush (stdout) ;
scrollPhatPrintSpeed (
20
) ;
scrollPhatPrintSpeed (
75
) ;
for (;;)
scrollPhatPuts (" Welcome to the scroll phat from Pimoroni ") ;
+ 1
- 1
gpio/version.h
Voir le fichier
@@ -1 +1 @@
#define VERSION "2.3
1
"
#define VERSION "2.3
2
"
Écrire
Aperçu
Chargement…
Annuler
Enregistrer