Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
WS2822S
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 2, 2015 11:19:37 AM (
8 years
ago)
Author:
soumura
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WS2822S
v5
v6
129
129
void setup()
130
130
{
131
for(int i=0; i<PIXEL_NUM; i++){
132
LED.setColor(i,0,0,0);
133
}
131
134
MsTimer2::set(100,write_color);
132
135
MsTimer2::start();