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