Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetNetIf LPD8806 mbed
Fork of OSCReceiver by
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
Generated on Mon Aug 1 2022 22:54:19 by
