changed motion
This commit is contained in:
parent
1c3402a245
commit
89f52a9c2d
|
|
@ -10,8 +10,8 @@ void setup() {
|
|||
// put your setup code here, to run once:
|
||||
leftRotor.run(0);
|
||||
rightRotor.run(0);
|
||||
lSpeed = 100.0;
|
||||
rSpeed = -100.0;
|
||||
lSpeed = -100.0;
|
||||
rSpeed = 100.0;
|
||||
duration = 1000.0;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue