Update power measurement examples

Update power measurement examples to the state in which they were used as test cases in thesis
This commit is contained in:
2025-01-28 20:22:38 +01:00
parent d042c2a437
commit eb4859c31d
4 changed files with 12 additions and 14 deletions

View File

@ -14,8 +14,7 @@ void loop() {
dezibot.motion.rotateAntiClockwise();
delay(20000);
// Turn on both motors at the same time
dezibot.motion.left.setSpeed(DEFAULT_BASE_VALUE);
dezibot.motion.right.setSpeed(DEFAULT_BASE_VALUE);
dezibot.motion.move();
delay(20000);
dezibot.motion.stop();
delay(20000);