4.4 Melodie visualisieren (for Verschachtelt, wait, Array's)

Dependencies:   mbed

Fork of 04-04-Uebung by th.iotkit.ch

Files at this revision

API Documentation at this revision

Comitter:
marcel1691
Date:
Tue Sep 01 10:21:06 2015 +0000
Parent:
1:8cfebdfe977b
Commit message:
for korr.

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 Feb 20 19:03:54 2015 +0000
+++ b/main.cpp	Tue Sep 01 10:21:06 2015 +0000
@@ -31,7 +31,7 @@
         for ( int r = 0; r < 15; r++ )
         {
             // column
-            for ( int c = 0; c < 5; c++ )
+            for ( int c = 0; c < 4; c++ )
                 led[c] = m[r] [c];
             wait( 0.2 );
         }
--- a/mbed.bld	Fri Feb 20 19:03:54 2015 +0000
+++ b/mbed.bld	Tue Sep 01 10:21:06 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9ad691361fac
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7
\ No newline at end of file