Library and demo using the WS2812-based Neopixel strip connected to an LPC114

Dependencies:   mbed

Fork of LEDTape_WS2812 by Suga koubou

Details here: http://mbed.org/users/rhodes42/notebook/tiny-neopixel-controller-with-lpc1114/

LEDStrip.h

Committer:
rhodes42
Date:
2014-04-08
Revision:
3:743570d993aa
Parent:
0:d067ddfe3df9

File content as of revision 3:743570d993aa:


void tape_write (int d);
void tapeInit (int speed, int n);
void tapeSet (int n, int dat);
void tapeSend ();