smd.iotkit1.ch / Mbed 2 deprecated FernsehSimulator

Dependencies:   mbed

Fork of 1-09-06-Uebung by smd.iotkit1.ch

Revision:
3:e612c5f0c23d
Parent:
2:0362ad565944
--- a/main.cpp	Fri Mar 25 18:51:10 2016 +0000
+++ b/main.cpp	Thu Mar 31 13:04:58 2016 +0000
@@ -11,13 +11,13 @@
 
 void writeLED()
 {
-    for ( int p = 0; p < 6; p++ )
+    for ( int p = 0; p < 9; p++ )
         spi.write( strip[p] );
 }
 
 void clearLED()
 {
-    for ( int p = 0; p < 6; p++ ) 
+    for ( int p = 0; p < 9; p++ ) 
     {
         strip[p] = 0;
         spi.write( strip[p] );