Merged MotionCorrection into Release (including InterfaceChange from motionDetection to motion.detection

This commit is contained in:
hhaupt
2024-06-14 02:51:54 +02:00
14 changed files with 521 additions and 486 deletions

View File

@ -18,7 +18,7 @@ void loop() {
int zvalue = 0;
for(int i = 0; i<30;i++){
zvalue += dezibot.motionDetection.getAcceleration().z;
zvalue += dezibot.motion.detection.getAcceleration().z;
}
zvalue = zvalue/30;