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
ff25319b
Commit
ff25319b
authored
Feb 26, 2026
by
李鑫3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:添加下30电显示燃油格数
parent
8ea5fa60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Task.c
YueJin_test_bench/source/Appliciation/Task.c
+10
-10
No files found.
YueJin_test_bench/source/Appliciation/Task.c
View file @
ff25319b
...
...
@@ -424,11 +424,11 @@ else
else
if
((
MENU_CHECK_STEP
==
2
)
&&
(
igonoff
==
1
))
{
delay
++
;
//
POWER_CTRL_KL30 = 0u; //B+
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//KL15
if
(
delay
==
11
)
{
//
POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL30
=
1u
;
//B+
POWER_CTRL_KL15
=
1u
;
//KL15
LINE_OUT_cartoon
=
1
;
delay
=
0
;
...
...
@@ -438,12 +438,12 @@ else
else
if
((
MENU_CHECK_STEP
==
3
)
&&
(
igonoff
==
2
))
{
delay
++
;
//
POWER_CTRL_KL30 = 0u; //B+
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//
LINE_OUT_cartoon
=
0
;
if
(
delay
==
11
)
{
//
POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL30
=
1u
;
//B+
POWER_CTRL_KL15
=
1u
;
//KL15
LINE_OUT_cartoon
=
1
;
delay
=
0
;
...
...
@@ -453,12 +453,12 @@ else
else
if
((
MENU_CHECK_STEP
==
4
)
&&
(
igonoff
==
3
))
{
delay
++
;
//
POWER_CTRL_KL30 = 0u; //B+
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//KL15
LINE_OUT_cartoon
=
0
;
if
(
delay
==
11
)
{
//
POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL30
=
1u
;
//B+
POWER_CTRL_KL15
=
1u
;
//KL15
LINE_OUT_cartoon
=
1
;
delay
=
0
;
...
...
@@ -468,12 +468,12 @@ else
else
if
((
MENU_CHECK_STEP
==
5
)
&&
(
igonoff
==
4
))
{
delay
++
;
//
POWER_CTRL_KL30 = 0u; //B+
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//KL15
LINE_OUT_cartoon
=
0
;
if
(
delay
==
11
)
{
//
POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL30
=
1u
;
//B+
POWER_CTRL_KL15
=
1u
;
//KL15
LINE_OUT_cartoon
=
1
;
delay
=
0
;
...
...
@@ -483,12 +483,12 @@ else
else
if
((
MENU_CHECK_STEP
==
6
)
&&
(
igonoff
==
5
))
{
delay
++
;
//
POWER_CTRL_KL30 = 0u; //B+
POWER_CTRL_KL30
=
0u
;
//B+
POWER_CTRL_KL15
=
0u
;
//KL15
LINE_OUT_cartoon
=
0
;
if
(
delay
==
11
)
{
//
POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL30
=
1u
;
//B+
POWER_CTRL_KL15
=
1u
;
//KL15
LINE_OUT_cartoon
=
1
;
delay
=
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