Changes between Version 6 and Version 7 of WS2822S


Ignore:
Timestamp:
Apr 2, 2015 11:22:15 AM (9 years ago)
Author:
soumura
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WS2822S

    v6 v7  
    129129void setup()
    130130{
     131    //色配列の初期化
    131132    for(int i=0; i<PIXEL_NUM; i++){
    132133        LED.setColor(i,0,0,0);
    133134    }
     135    //色情報送信用タイマ設定
    134136    MsTimer2::set(100,write_color);
    135137    MsTimer2::start();