Merge remote-tracking branch 'origin/feature/#14-implement-motion-detection' into HEAD

This commit is contained in:
Prof.J.Wagner
2024-05-30 02:51:34 +02:00
6 changed files with 257 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#include "Dezibot.h"
Dezibot::Dezibot():multiColorLight(){
Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
@@ -20,4 +20,5 @@ void Dezibot::begin(void) {
motion.begin();
multiColorLight.begin();
lightDetection.begin();
motionDetection.begin();
};