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
a5d58adb
Commit
a5d58adb
authored
Jan 04, 2026
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:指示灯取消其他步骤显示
parent
64e322d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
61 deletions
+60
-61
R485_Communication_Matrix.c
...est_bench/source/Appliciation/R485_Communication_Matrix.c
+60
-61
No files found.
YueJin_test_bench/source/Appliciation/R485_Communication_Matrix.c
View file @
a5d58adb
...
@@ -1103,13 +1103,13 @@ uint32_t R485_SendMACaddress_0x42(void)
...
@@ -1103,13 +1103,13 @@ uint32_t R485_SendMACaddress_0x42(void)
uint32_t
R485_Send_test
(
void
)
uint32_t
R485_Send_test
(
void
)
{
{
uint32_t
u32sendendflag
=
0
;
uint32_t
u32sendendflag
=
0
;
switch
(
MENU_CHECK_STEP
)
{
BCMLED
.
Sig
.
HLLamp
=
0x00
;
//远光
BCMLED
.
Sig
.
HLLamp
=
0x00
;
//远光
BCMLED
.
Sig
.
Lamp
=
0x00
;
//双闪
BCMLED
.
Sig
.
Lamp
=
0x00
;
//双闪
BCMLED
.
Sig
.
FlickerFrequency
=
0x00
;
//频率
BCMLED
.
Sig
.
FlickerFrequency
=
0x00
;
//频率
switch
(
MENU_CHECK_STEP
)
{
case
0
:
case
0
:
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
...
@@ -1174,7 +1174,6 @@ uint32_t R485_Send_test(void)
...
@@ -1174,7 +1174,6 @@ uint32_t R485_Send_test(void)
default:
default:
break
;
break
;
}
}
// BCMLED.Sig.Lamp = 0x03; //左转
// BCMLED.Sig.Lamp = 0x03; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
...
...
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