change to enable to use new type of WS2812.

Dependencies:   mbed

Fork of LEDTape_WS2812 by Suga koubou

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LEDStrip.h Source File

LEDStrip.h

00001 
00002 void tape_write (int d);
00003 void tapeInit (int speed, int n);
00004 void tapeSet (int n, int dat);
00005 void tapeSend ();