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

@@ -28,7 +28,6 @@ public:
ColorDetection colorDetection;
MultiColorLight multiColorLight;
Motion motion ;
MotionDetection motionDetection;
void begin(void);
};