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
16622f1b
Commit
16622f1b
authored
Feb 01, 2023
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换按键ku,增加一个OFF-ON设置时间的参数
parent
1b09466d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
Application.gpj
ghs/group/Application.gpj
+1
-1
Key.h
source/Application/APP/Key/Key.h
+3
-0
Key_V1.4_1441.a
source/Application/APP/Key/Key_V1.4_1441.a
+0
-0
No files found.
ghs/group/Application.gpj
View file @
16622f1b
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
.\APP\Key\Key.h
.\APP\Key\Key.h
.\APP\Key\Key_user.c
.\APP\Key\Key_user.c
.\APP\Key\Key_user.h
.\APP\Key\Key_user.h
.\APP\Key\Key_V1.
3
_1441.a
.\APP\Key\Key_V1.
4
_1441.a
.\APP\LINE_IN\Line_In.c
.\APP\LINE_IN\Line_In.c
.\APP\LINE_IN\Line_In.h
.\APP\LINE_IN\Line_In.h
.\APP\LINE_IN\Line_In_user.h
.\APP\LINE_IN\Line_In_user.h
...
...
source/Application/APP/Key/Key.h
View file @
16622f1b
...
@@ -135,6 +135,9 @@ extern Key_Set_en_t Key_Parameter_Set_Long_Press_2_Time(Key_uint16_t u16Time);
...
@@ -135,6 +135,9 @@ extern Key_Set_en_t Key_Parameter_Set_Long_Press_2_Time(Key_uint16_t u16Time);
extern
Key_Set_en_t
Key_Parameter_Set_Long_Press_3_Time
(
Key_uint16_t
u16Time
);
extern
Key_Set_en_t
Key_Parameter_Set_Long_Press_3_Time
(
Key_uint16_t
u16Time
);
/*对于消抖按键而言,判断长按4的时间参数。不可小于长按3的时间*/
/*对于消抖按键而言,判断长按4的时间参数。不可小于长按3的时间*/
extern
Key_Set_en_t
Key_Parameter_Set_Long_Press_4_Time
(
Key_uint16_t
u16Time
);
extern
Key_Set_en_t
Key_Parameter_Set_Long_Press_4_Time
(
Key_uint16_t
u16Time
);
/*对于消抖按键而言,判断ON,OFF切换动作的时间参数。
u16TimeOFF :OFF识别的时间 u16TimeON :ON识别的时间 */
extern
Key_Set_en_t
Key_Parameter_Set_ON_OFF_Time
(
Key_uint16_t
u16TimeOFF
,
Key_uint16_t
u16TimeON
);
/*设置电源状态给按键,单次调用或者多次调用均可*/
/*设置电源状态给按键,单次调用或者多次调用均可*/
extern
void
Key_Set_IG_Status
(
Key_IGN_en_t
enIGStatus
);
extern
void
Key_Set_IG_Status
(
Key_IGN_en_t
enIGStatus
);
#endif
#endif
\ No newline at end of file
source/Application/APP/Key/Key_V1.
3
_1441.a
→
source/Application/APP/Key/Key_V1.
4
_1441.a
View file @
16622f1b
No preview for this file type
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