mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 07:58: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
|
||||
Version: 2.31
|
||||
Version: 2.32
|
||||
Section: libraries
|
||||
Priority: optional
|
||||
Architecture: armhf
|
||||
|
||||
@ -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 @@
|
||||
#define VERSION "2.31"
|
||||
#define VERSION "2.32"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user