Merge branch 'feature/#14-implement-motion-detection' of https://git.imn.htwk-leipzig.de/wagner/lib into feature/#14-implement-motion-detection

This commit is contained in:
hhaupt
2024-05-08 10:26:22 +02:00
4 changed files with 81 additions and 49 deletions

View File

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