Changes between Version 5 and Version 6 of WS2822S


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WS2822S

    v5 v6  
    129129void setup()
    130130{
     131    for(int i=0; i<PIXEL_NUM; i++){
     132        LED.setColor(i,0,0,0);
     133    }
    131134    MsTimer2::set(100,write_color);
    132135    MsTimer2::start();