Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LedStrip_test by
Diff: main.cpp
- 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; }