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/

Committer:
okini3939
Date:
Mon Jul 08 01:34:51 2013 +0000
Revision:
0:d067ddfe3df9
1st build;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okini3939 0:d067ddfe3df9 1
okini3939 0:d067ddfe3df9 2 void tape_write (int d);
okini3939 0:d067ddfe3df9 3 void tapeInit (int speed, int n);
okini3939 0:d067ddfe3df9 4 void tapeSet (int n, int dat);
okini3939 0:d067ddfe3df9 5 void tapeSend ();