Balazs Racz / Mbed 2 deprecated LedStrip_test

Dependencies:   mbed

Revision:
6:62c9a5483a84
Parent:
5:6f0f4e6c1e5f
Child:
8:77fd54b4864c
--- a/main.cpp	Sat Sep 21 20:21:24 2013 +0000
+++ b/main.cpp	Sat Sep 21 20:22:16 2013 +0000
@@ -279,6 +279,8 @@
         global_tick = 0;
         while (!task_list.empty()) task_list.pop();
         Schedule(g_watchdog);
+        memset(strip, 0x80, sizeof(strip));
+        write_strip(strip, sizeof(strip));
         if (programs_.empty()) return;
     }