Added effect analog_clock (heavily, not-really-usable work-in-progress!).
This commit is contained in:
8
include/effect_analogclock.h
Normal file
8
include/effect_analogclock.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
class AnalogClockEffect : public Effect {
|
||||
public:
|
||||
void loop();
|
||||
};
|
Reference in New Issue
Block a user