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
86f96416
Commit
86f96416
authored
Nov 05, 2024
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加发送步数
parent
5682ac8c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
532 additions
and
79 deletions
+532
-79
R485_Communication_Matrix.c
source/R485_Communication_Matrix.c
+528
-75
bsp_button.c
source/bsp_source/bsp_button/bsp_button.c
+4
-4
No files found.
source/R485_Communication_Matrix.c
View file @
86f96416
This diff is collapsed.
Click to expand it.
source/bsp_source/bsp_button/bsp_button.c
View file @
86f96416
...
...
@@ -691,9 +691,9 @@ void Button_Statu_Manage(void)
Botton
.
Other
.
Time
+=
IntervalTimerDelta
;
if
(
Botton
.
Other
.
Time
>=
1000
&&
CheckClusterValid
==
0u
){
if
(
Botton
.
Other
.
Statu
!=
3
)
{
Botton
.
Other
.
Statu
=
2
;
}
//
if(Botton.Other.Statu != 3) {
//
Botton.Other.Statu = 2;
//
}
Button_Press
=
1
;
Err_Flag
=
1
;
}
...
...
@@ -2691,7 +2691,7 @@ void Stage_Manage()
ClearOtherFlagFun
();
Othercount
=
0
;
if
(
HJ_OtherKeyCurrent
.
count
>
11
)
{
HJ_OtherKeyCurrent
.
count
=
1
;
HJ_OtherKeyCurrent
.
count
=
0
;
}
#endif
...
...
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