From 2dbecfca0a3d4a7dbaa86738a6f93867457f235c Mon Sep 17 00:00:00 2001 From: Gordon Henderson Date: Thu, 28 Jan 2016 21:36:30 +0000 Subject: [PATCH] Minor change to the scroll phat test program, and bumped the version. --- VERSION | 2 +- debian-template/wiringPi/DEBIAN/control | 2 +- examples/scrollPhat/test.c | 2 +- gpio/version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 3125d73..0f34dc7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.31 +2.32 diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 5d698c8..230da07 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,5 +1,5 @@ Package: wiringpi -Version: 2.31 +Version: 2.32 Section: libraries Priority: optional Architecture: armhf diff --git a/examples/scrollPhat/test.c b/examples/scrollPhat/test.c index 31e4311..e4d8021 100644 --- a/examples/scrollPhat/test.c +++ b/examples/scrollPhat/test.c @@ -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 ") ; diff --git a/gpio/version.h b/gpio/version.h index 290ab36..5b92dc9 100644 --- a/gpio/version.h +++ b/gpio/version.h @@ -1 +1 @@ -#define VERSION "2.31" +#define VERSION "2.32"