Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
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:22:15 AM (
8 years
ago)
Author:
soumura
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WS2822S
v6
v7
129
129
void setup()
130
130
{
131
//色配列の初期化
131
132
for(int i=0; i<PIXEL_NUM; i++){
132
133
LED.setColor(i,0,0,0);
133
134
}
135
//色情報送信用タイマ設定
134
136
MsTimer2::set(100,write_color);
135
137
MsTimer2::start();