Example program for the Seeed EL shield on pins D4-D7

Dependencies:   mbed

Revision:
1:b15577bc9bc1
Parent:
0:05e694b57b6c
Child:
2:1d128bca7a6f
--- a/main.cpp	Fri Jun 13 13:51:59 2014 +0000
+++ b/main.cpp	Fri Jul 25 10:49:26 2014 +0000
@@ -8,7 +8,7 @@
     while (1) {
         for (i=0; i<16; i++) {
             bus1 = i;
-            wait(0.02);
+            wait(0.2);
         }
     }
 }
\ No newline at end of file