Created first draft of 'hyperion-d'.

This commit is contained in:
T. van der Zwan
2013-08-14 08:54:49 +00:00
parent b411b166ae
commit 7bdd10859e
6 changed files with 77 additions and 25 deletions

View File

@@ -20,7 +20,9 @@ public:
~Hyperion();
void setValue(int priority, std::vector<RgbColor> &ledColors);
unsigned getLedCount() const;
void setValue(int priority, std::vector<RgbColor> &ledColors, const int timeout_ms);
private:
void applyTransform(std::vector<RgbColor>& colors) const;