mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2026-03-22 17:07:35 +01:00
remove stupid stuff
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
#include "MeshNet.h"
|
#include "MeshNet.h"
|
||||||
#include "Plugin.h"
|
#include "Plugin.h"
|
||||||
#include "NeoPattern.cpp"
|
#include "NeoPattern.cpp"
|
||||||
#include "NeoPatternState.cpp"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std::placeholders;
|
using namespace std::placeholders;
|
||||||
@@ -17,7 +16,6 @@ class PixelPlugin : public Plugin {
|
|||||||
private:
|
private:
|
||||||
NeoPixelConfig pixelConfig;
|
NeoPixelConfig pixelConfig;
|
||||||
NeoPattern* pixels;
|
NeoPattern* pixels;
|
||||||
NeoPatternState state;
|
|
||||||
public:
|
public:
|
||||||
Task animation;
|
Task animation;
|
||||||
PixelPlugin(NeoPixelConfig cfg, NeoPattern* neoPattern){
|
PixelPlugin(NeoPixelConfig cfg, NeoPattern* neoPattern){
|
||||||
|
|||||||
Reference in New Issue
Block a user