Merge branch 'feature/#5-motion' into feature/#14-implement-motion-detection

This commit is contained in:
hhaupt
2024-05-07 22:17:49 +02:00
8 changed files with 182 additions and 26 deletions

View File

@@ -16,5 +16,6 @@ Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
void Dezibot::begin(void) {
motion.begin();
multiColorLight.begin();
};