Commit 3e4f19d9 authored by 957dd's avatar 957dd

修改了0101的大车的作用转问题

parent f128bd38
No preview for this file type
......@@ -61,7 +61,7 @@ void car0101_mode_3_left(unsigned char gval) {
}else if(gval<70){
car_calculate_L_R(50+gval+b);
}else if(gval>=70){
car_calculate_L_R(35);
car_calculate_L_R(135);
}
}
......@@ -72,7 +72,7 @@ void car0101_mode_4_right(unsigned char gval) {
}else if(gval<70){
car_calculate_L_R(130-gval-b);
}else if(gval>=70){
car_calculate_L_R(135);
car_calculate_L_R(35);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment