Explorar o código

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

Gordon Henderson %!s(int64=8) %!d(string=hai) anos
pai
achega
2dbecfca0a
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      VERSION
  2. 1 1
      debian-template/wiringPi/DEBIAN/control
  3. 1 1
      examples/scrollPhat/test.c
  4. 1 1
      gpio/version.h

+ 1 - 1
VERSION

@@ -1 +1 @@
-2.31
+2.32

+ 1 - 1
debian-template/wiringPi/DEBIAN/control

@@ -1,5 +1,5 @@
 Package: wiringpi
-Version: 2.31
+Version: 2.32
 Section: libraries
 Priority: optional
 Architecture: armhf

+ 1 - 1
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  ") ;
   

+ 1 - 1
gpio/version.h

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