Alexa swipe effect

This commit is contained in:
Martin Bauer
2021-11-19 17:22:09 +01:00
parent 484db9bdfa
commit aa76900244
20 changed files with 342 additions and 894 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#ifndef PLATFORM_NATIVE
#include "containers/LedStripRGBW.h"
class Esp32DriverRGBW
@@ -17,3 +19,5 @@ private:
int rmtChannel_;
bool transmitting_;
};
#endif