mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user