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
21e95aa7
Commit
21e95aa7
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整界面
parent
a9b03806
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
141 deletions
+138
-141
Data_EngineSpeed.c
source/Application/APP/Data_EngineSpeed/Data_EngineSpeed.c
+3
-3
GUI.h
source/Application/Graphic/GUI/GUI.h
+135
-138
No files found.
source/Application/APP/Data_EngineSpeed/Data_EngineSpeed.c
View file @
21e95aa7
...
...
@@ -102,12 +102,12 @@ void Tacho_Processing_Service(void)
//转*每转脉冲数/60=频率
u32Result
*=
4
;
u32Result
/=
60
;
u32Result
*=
4
u
;
u32Result
/=
60
u
;
Fre
=
(
uint16_t
)
u32Result
;
RTE_PWM_Set_Tacho_Out
(
Fre
,
500
);
RTE_PWM_Set_Tacho_Out
(
Fre
,
500
u
);
}
/*-------------------------------------------------------------------------
* Function Name : Tacho_Display
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
21e95aa7
This diff is collapsed.
Click to expand it.
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