SHOHEI FUJIMOTO / Mbed 2 deprecated LineLedControl2

Dependencies:   EthernetNetIf LPD8806 mbed

Fork of OSCReceiver by Shigeki KOMATSU

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Control.h Source File

Control.h

00001 #ifndef Control_h
00002 #define Control_h
00003 
00004 #include "mbed.h"
00005 #include "LPD8806.h"
00006 
00007 class LedControl
00008 {
00009     public:
00010     
00011         void setup(int numberOfLed);
00012         void colorChase(int r, int g, int b, uint8_t delay);
00013             
00014     private:
00015 //        int num;
00016 };
00017 
00018 #endif