implemented basic handling of infrared

This commit is contained in:
hhaupt
2024-04-28 01:24:47 +02:00
parent dbe97dc94c
commit 39e424ed13
6 changed files with 94 additions and 76 deletions

View File

@@ -16,6 +16,7 @@
#include "colorDetection/ColorDetection.h"
#include "multiColorLight/MultiColorLight.h"
#include "motionDetection/MotionDetection.h"
#include "infraredLight/InfraredLight.h"
class Dezibot {
protected:
@@ -26,7 +27,7 @@ public:
ColorDetection colorDetection;
MultiColorLight multiColorLight;
MotionDetection motionDetection;
InfraredLight infraredLight;
void begin(void);
/*
Display display