![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
j
Dependencies: mbed yeswecancoap C12832 LM75B
Diff: lib/Effect.h
- Revision:
- 0:92d2ef9f009d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/Effect.h Fri Oct 23 11:51:28 2015 +0000 @@ -0,0 +1,16 @@ + +#ifndef EFFECT_H +#define EFFECT_H +#include "RGB.h" + +class Effect{ + public: + Effect(RGB* led); + void run(); + private: + RGB* led; + + +}; + +#endif \ No newline at end of file