Minor change to the scroll phat test program, and bumped the version.

This commit is contained in:
Gordon Henderson 2016-01-28 21:36:30 +00:00
parent 143b383b8d
commit 2dbecfca0a
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.31 2.32

View File

@ -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

View File

@ -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 ") ;

View File

@ -1 +1 @@
#define VERSION "2.31" #define VERSION "2.32"