Hello world for the TLC5940Servo library.

Dependencies:   TLC5940Servo mbed

Revision:
2:faa25eaa18dd
Parent:
1:aeb0ed70cbd0
Child:
3:ad4dfe34cfcd
--- a/main.cpp	Tue Oct 21 06:05:45 2014 +0000
+++ b/main.cpp	Tue Oct 21 06:10:08 2014 +0000
@@ -13,6 +13,8 @@
             printf("%f\n\r", tlc[5]); // reading
             wait (0.1);
         }
-        wait(1.0);
+        wait(0.5);
+        tlc[5] = 0.0;
+        wait(0.5);
     }
 }
\ No newline at end of file