merge conflict #5 and #6 resolved

This commit is contained in:
Jens Wagner
2024-05-13 13:53:02 +02:00
6 changed files with 229 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
Dezibot::Dezibot():multiColorLight(){
};
void Dezibot::begin(void) {
motion.begin();
multiColorLight.begin();
lightDetection.begin();
};