Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
WiringPi
kopie van
https://github.com/WiringPi/WiringPi.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
9
Wiki
Activiteit
Bladeren bron
Minor change to the scroll phat test program, and bumped the version.
pull/62/head
Gordon Henderson
8 jaren geleden
bovenliggende
143b383b8d
commit
2dbecfca0a
4 gewijzigde bestanden
met
toevoegingen van 4
en
4 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
VERSION
+1
-1
debian-template/wiringPi/DEBIAN/control
+1
-1
examples/scrollPhat/test.c
+1
-1
gpio/version.h
+ 1
- 1
VERSION
Bestand weergeven
@@ -1 +1 @@
2.3
1
2.3
2
+ 1
- 1
debian-template/wiringPi/DEBIAN/control
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -1 +1 @@
#define VERSION "2.3
1
"
#define VERSION "2.3
2
"
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan