Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
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
时昊
RT_RMR42E
Commits
fb6557eb
Commit
fb6557eb
authored
Feb 16, 2025
by
李冠华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加混动车型大灯灯光检测逻辑
parent
44b4e4ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
8 deletions
+19
-8
Telltales_user.c
Firmware/Source/Component/Telltales/Telltales_user.c
+19
-8
No files found.
Firmware/Source/Component/Telltales/Telltales_user.c
View file @
fb6557eb
...
@@ -575,14 +575,25 @@ static void LED_Bluetooth_Connection_Execution(Tellib_uint16_t led_status)
...
@@ -575,14 +575,25 @@ static void LED_Bluetooth_Connection_Execution(Tellib_uint16_t led_status)
static
Tellib_uint16_t
LED_LED_Open_Judgement
(
void
)
static
Tellib_uint16_t
LED_LED_Open_Judgement
(
void
)
{
{
Tellib_uint16_t
LED_STATE
=
0u
;
Tellib_uint16_t
LED_STATE
=
0u
;
if
(
Line_In_Get_Status
(
LINE_IN_BigLED
)
&&
openLED_flag
)
#if (PART_NUMBER == RMR42E_60)
{
if
(
Line_In_Get_Status
(
LINE_IN_BigLED
)
&&
openLED_flag
)
LED_STATE
=
1
;
{
}
LED_STATE
=
1
;
else
}
{
else
LED_STATE
=
0
;
{
}
LED_STATE
=
0
;
}
#else
if
(
Line_In_Get_Status
(
LINE_IN_BigLED
)
&&
(
Get_CAN_Power_State
()
==
KEY_ACC
))
{
LED_STATE
=
1
;
}
else
{
LED_STATE
=
0
;
}
#endif
return
LED_STATE
;
return
LED_STATE
;
}
}
static
void
LED_LED_Open_Execution
(
Tellib_uint16_t
led_status
)
static
void
LED_LED_Open_Execution
(
Tellib_uint16_t
led_status
)
...
...
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