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

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Fri Jul 25 10:49:26 2014 +0000
Parent:
0:05e694b57b6c
Child:
2:1d128bca7a6f
Commit message:
Update mbed library to the latest revision

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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
--- a/mbed.bld	Fri Jun 13 13:51:59 2014 +0000
+++ b/mbed.bld	Fri Jul 25 10:49:26 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae
\ No newline at end of file