mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 01:31:41 +02:00
Remove left over debug prints
This commit is contained in:
@ -133,8 +133,8 @@ Direction MotionDetection::getTiltDirection(uint tolerance){
|
|||||||
return Flipped;
|
return Flipped;
|
||||||
}
|
}
|
||||||
Orientation Rot = this->getTilt();
|
Orientation Rot = this->getTilt();
|
||||||
Serial.println(Rot.xRotation);
|
/*Serial.println(Rot.xRotation);
|
||||||
Serial.println(Rot.xRotation == INT_MAX);
|
Serial.println(Rot.xRotation == INT_MAX);*/
|
||||||
if ((Rot.xRotation == INT_MAX)){
|
if ((Rot.xRotation == INT_MAX)){
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user