It is a program to turn on the LED serial two Jksoft Blue mbed Board. Jksoft Blue mbed Boardの2つのシリアルLEDを点灯させるプログラムです。

Dependencies:   mbed

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 tapeSet(int n, int red , int green , int blue);
00006 void tapeSend ();