Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
06d6249a
Commit
06d6249a
authored
Nov 02, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加热敏电阻检测程序
parent
ae67a4f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BackLight_APP.c
source/Application/APP/BackLight/BackLight_APP.c
+4
-4
No files found.
source/Application/APP/BackLight/BackLight_APP.c
View file @
06d6249a
...
...
@@ -8,7 +8,7 @@
#include "CAN_Communication_Matrix.h"
#include "BGLInterface.h"
#include "Line_in.h"
#include "RTE_ADC.h"
#include "TimerB.h"
#include "Data_Fuel_User.h"
#include "Menu.h"
...
...
@@ -64,11 +64,10 @@ void BL_Management_service(void)
uint8_t
LED_Plus
;
uint8_t
WARNING_PARKING_BRAKE_TEL
=
0u
;
uint8_t
BCM_PositionLight
=
0
;
uint8_t
DutyCycle
;
uint8_t
ILL
=
0
;
uint32_t
Get_Menu_Off_Time
=
0u
;
uint32_t
DNC_NumValue
=
0u
;
if
(
Line_In_Get_Status
(
LINE_IN_ILLUMINATION
))
{
...
...
@@ -150,7 +149,8 @@ void BL_Management_service(void)
GetBGLLvl
((
BackLightVLv
-
1
),
LED_Pos
);
/*得到热敏电阻电压参数为100倍电压值*/
GetBGLNTCVol
(
0
);
DNC_NumValue
=
RTE_Read_NTC_R_Valid
();
GetBGLNTCVol
((
uint16_t
)
DNC_NumValue
);
/*主函数中调用第一个参数电源状态 1是 ON档 2 off 第二个参数 唤醒条件 1是TTF唤醒 2 是表盘唤醒 3 是表盘和屏都有唤醒,0无唤醒*/
...
...
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