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:
rhodes42
Date:
Tue Apr 08 20:56:03 2014 +0000
Revision:
3:743570d993aa
Parent:
0:d067ddfe3df9
added scalebrightness and changed main demo

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 ();