An awesome library for the 7 segment displays.

Dependencies:   mbed

Revision:
1:4aefe4ad20a6
Parent:
0:916a5376859c
--- a/main.cpp	Thu Feb 11 18:16:47 2016 +0000
+++ b/main.cpp	Sat Feb 13 17:06:18 2016 +0000
@@ -8,10 +8,10 @@
   disp.conf(PA_0,PA_1,PA_4,PB_0,PC_1,PC_0,PA_10);
   while(1)
   {
-    for(int i=0;i<10;i++)
+    for(int i=0;i<20;i++)
     {
         disp.printA(i);
-        wait(1);
+        wait(0.25);
     }    
   }  
 }
\ No newline at end of file