add mesh with painlessmesh
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "multiColorLight/MultiColorLight.h"
|
||||
#include "motionDetection/MotionDetection.h"
|
||||
#include "infraredLight/InfraredLight.h"
|
||||
#include "mesh/Mesh.h"
|
||||
|
||||
|
||||
class Dezibot {
|
||||
@@ -29,6 +30,7 @@ public:
|
||||
MultiColorLight multiColorLight;
|
||||
MotionDetection motionDetection;
|
||||
InfraredLight infraredLight;
|
||||
Mesh mesh;
|
||||
void begin(void);
|
||||
/*
|
||||
Display display
|
||||
|
||||
Reference in New Issue
Block a user