mbed Christmas tree using NeoPixel

Dependencies:   mbed

Fork of JBB_SerialLED_test by Junichi Katsu

Committer:
MACRUM
Date:
Sat Dec 05 15:04:36 2015 +0000
Revision:
4:4a02e637a43f
Parent:
0:57df396a2de8
Using array for LED value

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jksoft 0:57df396a2de8 1
jksoft 0:57df396a2de8 2 void tape_write (int d);
jksoft 0:57df396a2de8 3 void tapeInit (int speed, int n);
jksoft 0:57df396a2de8 4 void tapeSet (int n, int dat);
jksoft 0:57df396a2de8 5 void tapeSet(int n, int red , int green , int blue);
jksoft 0:57df396a2de8 6 void tapeSend ();