updated movement Tasks to handle multiple calling properbly and prepare calibration feature

This commit is contained in:
hhaupt
2024-06-14 01:22:46 +02:00
parent 4f308412e4
commit 2701446915
4 changed files with 100 additions and 23 deletions

View File

@@ -19,6 +19,5 @@ Dezibot::Dezibot():multiColorLight(){
void Dezibot::begin(void) {
motion.begin();
multiColorLight.begin();
motionDetection.begin();
Wire.begin(1,2);
};