mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
Minor change to the scroll phat test program, and bumped the version.
This commit is contained in:
parent
143b383b8d
commit
2dbecfca0a
@ -1,5 +1,5 @@
|
|||||||
Package: wiringpi
|
Package: wiringpi
|
||||||
Version: 2.31
|
Version: 2.32
|
||||||
Section: libraries
|
Section: libraries
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: armhf
|
Architecture: armhf
|
||||||
|
|||||||
@ -107,7 +107,7 @@ int main (void)
|
|||||||
printf (" Message Test...Press Ctrl-C to exit: ") ;
|
printf (" Message Test...Press Ctrl-C to exit: ") ;
|
||||||
fflush (stdout) ;
|
fflush (stdout) ;
|
||||||
|
|
||||||
scrollPhatPrintSpeed (20) ;
|
scrollPhatPrintSpeed (75) ;
|
||||||
for (;;)
|
for (;;)
|
||||||
scrollPhatPuts (" Welcome to the scroll phat from Pimoroni ") ;
|
scrollPhatPuts (" Welcome to the scroll phat from Pimoroni ") ;
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
#define VERSION "2.31"
|
#define VERSION "2.32"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user