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 ws2801 by
Diff: ws2801.h
- Revision:
- 1:363dd100d793
- Parent:
- 0:b964d673c7db
- Child:
- 2:a147efe1f3a8
diff -r b964d673c7db -r 363dd100d793 ws2801.h --- a/ws2801.h Tue Jun 14 19:20:50 2011 +0000 +++ b/ws2801.h Tue Jun 14 19:29:06 2011 +0000 @@ -2,6 +2,7 @@ #define WS2801_H #include "mbed.h" +#include "ws2801.h" #include "HTML_color.h" class ws2801
