Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenzhongjian
car-controlserver
Commits
3e4f19d9
Commit
3e4f19d9
authored
Jan 21, 2026
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了0101的大车的作用转问题
parent
f128bd38
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main
build/main
+0
-0
car0101_control.c
drivers/devicecontrol/car0101_control.c
+2
-2
No files found.
build/main
View file @
3e4f19d9
No preview for this file type
drivers/devicecontrol/car0101_control.c
View file @
3e4f19d9
...
...
@@ -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
(
1
35
);
}
}
...
...
@@ -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
(
1
35
);
car_calculate_L_R
(
35
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment