j
Dependencies:
mbed
yeswecancoap
C12832
LM75B
lib/Police.h
- Committer:
- arnedesmet
- Date:
- 2015-10-23
- Revision:
- 0:92d2ef9f009d
File content as of revision 0:92d2ef9f009d:
#ifndef POLICE_H
#define POLICE_H
#include "Effect.h"
class Police: public Effect{
public:
Police(RGB* led);
void run();
private:
};
#endif