include IR into release
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "colorDetection/ColorDetection.h"
|
||||
#include "multiColorLight/MultiColorLight.h"
|
||||
#include "motionDetection/MotionDetection.h"
|
||||
#include "infraredLight/InfraredLight.h"
|
||||
|
||||
|
||||
class Dezibot {
|
||||
@@ -28,7 +29,7 @@ public:
|
||||
ColorDetection colorDetection;
|
||||
MultiColorLight multiColorLight;
|
||||
MotionDetection motionDetection;
|
||||
|
||||
InfraredLight infraredLight;
|
||||
void begin(void);
|
||||
/*
|
||||
Display display
|
||||
|
||||
Reference in New Issue
Block a user