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
af701743
Commit
af701743
authored
Sep 03, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改边撑灯
parent
be5389da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
CAN_APP.c
YueJin_test_bench/source/Appliciation/CAN_APP.c
+1
-1
Key_user.c
YueJin_test_bench/source/Appliciation/Key_user.c
+9
-2
No files found.
YueJin_test_bench/source/Appliciation/CAN_APP.c
View file @
af701743
...
...
@@ -281,7 +281,7 @@ void Can_Set_Buff_202(uint8_t CopyData [])
if
(
Side_bracket
==
1
)
{
pCANMsg
->
Sig
.
Side_bracket202
=
1
;
pCANMsg
->
Sig
.
Side_bracket202
=
0
;
}
// pCANMsg->Msg[1]=0Xff;
}
...
...
YueJin_test_bench/source/Appliciation/Key_user.c
View file @
af701743
...
...
@@ -496,7 +496,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
NFC_C_card
=
0
;
Side_bracket
=
0
;
break
;
...
...
@@ -520,6 +520,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
NFC_C_card
=
1
;
Side_bracket
=
0
;
Hill_Descent_control
=
1
;
break
;
case
2
:
...
...
@@ -542,7 +543,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Headlights_Led
=
1
;
LINE_OUT_NEG_05
=
1
;
NFC_C_card
=
2
;
Side_bracket
=
1
;
Side_bracket
=
0
;
Hill_Descent_control
=
0
;
break
;
case
3
:
...
...
@@ -564,6 +565,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led
=
0
;
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
Side_bracket
=
0
;
NFC_C_card
=
0
;
Charging_connection_led
=
0
;
break
;
...
...
@@ -586,6 +588,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led
=
0
;
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
0
;
Side_bracket
=
0
;
Charging_connection_led
=
1
;
break
;
case
5
:
...
...
@@ -650,6 +653,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led
=
0
;
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
Side_bracket
=
0
;
break
;
case
8
:
Vspeed
=
88
;
...
...
@@ -670,6 +674,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led
=
0
;
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
Side_bracket
=
0
;
break
;
case
9
:
Vspeed
=
88
;
...
...
@@ -690,6 +695,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Right_Led
=
0
;
Headlights_Led
=
0
;
LINE_OUT_NEG_05
=
1
;
Side_bracket
=
0
;
break
;
case
10
:
Vspeed
=
88
;
...
...
@@ -711,6 +717,7 @@ void User_CheckMode_Service(uint8_t CbkCycle)
Headlights_Led
=
0
;
bluetooth_phone
=
1
;
LINE_OUT_NEG_05
=
1
;
Side_bracket
=
0
;
break
;
case
11
:
Vspeed
=
88
;
...
...
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