Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
Project
Project
Details
Activity
Releases
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
陈家乐
jiancetai
Commits
ee0ecc4d
Commit
ee0ecc4d
authored
Sep 23, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:校准车速表
parent
2c5f6c15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
CAN_APP.c
YueJin_test_bench/source/Appliciation/CAN_APP.c
+8
-8
No files found.
YueJin_test_bench/source/Appliciation/CAN_APP.c
View file @
ee0ecc4d
...
...
@@ -976,8 +976,8 @@ void can_submit(void)
break
;
case
6
:
/* 车速 */
data1
[
0
]
=
0x3
8
;
data1
[
1
]
=
0x
A4
;
data1
[
0
]
=
0x3
9
;
data1
[
1
]
=
0x
10
;
init_CAN_Frame
(
&
m_msg1
,
0x260
,
8
,
1
,
data1
);
/* 时间 */
...
...
@@ -1005,8 +1005,8 @@ void can_submit(void)
break
;
case
7
:
/* 车速 */
data1
[
0
]
=
0x3
C
;
data1
[
1
]
=
0x
F0
;
data1
[
0
]
=
0x3
D
;
data1
[
1
]
=
0x
28
;
init_CAN_Frame
(
&
m_msg1
,
0x260
,
8
,
1
,
data1
);
/* 时间 */
...
...
@@ -1034,8 +1034,8 @@ void can_submit(void)
break
;
case
8
:
/* 车速 */
data1
[
0
]
=
0x4
0
;
data1
[
1
]
=
0x
D
8
;
data1
[
0
]
=
0x4
1
;
data1
[
1
]
=
0x
A
8
;
init_CAN_Frame
(
&
m_msg1
,
0x260
,
8
,
1
,
data1
);
/* 时间 */
...
...
@@ -1063,8 +1063,8 @@ void can_submit(void)
break
;
case
9
:
/* 车速 */
data1
[
0
]
=
0x4
E
;
data1
[
1
]
=
0x
20
;
data1
[
0
]
=
0x4
F
;
data1
[
1
]
=
0x
69
;
init_CAN_Frame
(
&
m_msg1
,
0x260
,
8
,
1
,
data1
);
/* 时间 */
...
...
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