Julio G / Mbed 2 deprecated LedStrip

Dependencies:   mbed

Fork of LedStrip_test by Balazs Racz

Revision:
7:62c9a5483a84
Parent:
6: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;
     }