just wanting to check if old code works

This commit is contained in:
ishak jmilou.ishak
2024-10-07 10:36:34 +02:00
parent 20409490fd
commit 2c88ea7d21

View File

@@ -41,7 +41,7 @@ int command(){
switch(input){ switch(input){
case 1: case 1:
robot.forward(1024, 2); robot.forward(1024, 1);
break; break;
case 2: case 2:
robot.doRotation(90); robot.doRotation(90);