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
f6bf1b91
Commit
f6bf1b91
authored
Aug 07, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:调整自走模式切换下一步时间
parent
a8485c07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
API_RTC.c
Test_Bench/Api_Sources/API_RTC.c
+1
-1
APP_Test.c
Test_Bench/Api_Sources/APP_Test.c
+5
-2
TBDML.ini
Test_Bench/TBDML.ini
+4
-1
No files found.
Test_Bench/Api_Sources/API_RTC.c
View file @
f6bf1b91
...
...
@@ -493,7 +493,7 @@ interrupt void Api_RTC_isr(void)
}
if
(
Key
.
StepAuto
==
1
){
if
(
RT_2s
>=
T_
10
s
){
if
(
RT_2s
>=
T_
3_5
s
){
RT_2s
=
null
;
Key
.
CAN_Step
++
;
...
...
Test_Bench/Api_Sources/APP_Test.c
View file @
f6bf1b91
...
...
@@ -44,8 +44,11 @@ void APP_Button_Proc(void){
Key.StepAuto = 2;
}*/
if
((
Key
.
PushTime_2
>
T_2s
)
||
(
Key
.
PushTime_1
>
T_2s
)){
Key
.
StepAuto
=
Key
.
StepAuto
==
1
?
0
:
1
;
if
((
Key
.
PushTime_2
>
T_2s
)
||
(
Key
.
PushTime_1
>
T_2s
))
{
Key
.
StepAuto
=
!
(
Key
.
StepAuto
);
Key
.
PushTime_2
=
0
;
Key
.
PushTime_1
=
0
;
}
if
(
pSB1
==
1
){
...
...
Test_Bench/TBDML.ini
View file @
f6bf1b91
...
...
@@ -10,7 +10,7 @@ Target=TBDML
Layout
=
C_layout.hwl
LoadDialogOptions
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
CPU
=
HC12
MainFrame
=
2,3,-1,-1,-1,-1,
332,132,1772,881
MainFrame
=
2,3,-1,-1,-1,-1,
-1547,237,-107,986
TOOLBAR
=
57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
...
...
@@ -53,3 +53,6 @@ File0=C_layout.hwl
File1
=
File2
=
File3
=
[Recent HI-WAVE FindProcedure Search]
Search0
=
APP_Button_Proc
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