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
caf390c3
Commit
caf390c3
authored
Dec 31, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:更新检测台需求
parent
a37c4509
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
Check_Ctrl.c
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
+1
-1
R485_Communication_Matrix.c
...est_bench/source/Appliciation/R485_Communication_Matrix.c
+4
-0
RTE_GPIO.c
YueJin_test_bench/source/Appliciation/RTE_GPIO.c
+6
-0
RTE_GPIO.h
YueJin_test_bench/source/Appliciation/RTE_GPIO.h
+1
-3
No files found.
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
View file @
caf390c3
...
@@ -573,7 +573,7 @@ void RotationSet(void)
...
@@ -573,7 +573,7 @@ void RotationSet(void)
if
(
MENU_CHECK_STEP
==
2
)
if
(
MENU_CHECK_STEP
==
2
)
{
{
RotationAlarmMode
=
1
;
RotationAlarmMode
=
1
;
if
(
RotationSettime
<=
3
0
)
if
(
RotationSettime
<=
1
0
)
{
{
RotationSettime
++
;
RotationSettime
++
;
ABC_OUT
=
1
;
ABC_OUT
=
1
;
...
...
YueJin_test_bench/source/Appliciation/R485_Communication_Matrix.c
View file @
caf390c3
...
@@ -1106,6 +1106,10 @@ uint32_t R485_Send_test(void)
...
@@ -1106,6 +1106,10 @@ uint32_t R485_Send_test(void)
switch
(
MENU_CHECK_STEP
)
switch
(
MENU_CHECK_STEP
)
{
{
BCMLED
.
Sig
.
HLLamp
=
0x00
;
//远光
BCMLED
.
Sig
.
Lamp
=
0x00
;
//双闪
BCMLED
.
Sig
.
FlickerFrequency
=
0x00
;
//频率
case
0
:
case
0
:
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
...
...
YueJin_test_bench/source/Appliciation/RTE_GPIO.c
View file @
caf390c3
...
@@ -185,6 +185,12 @@ void RTE_GPIO_Init(void)
...
@@ -185,6 +185,12 @@ void RTE_GPIO_Init(void)
gpio_temp
.
enGPIODir
=
GPIO_DIR_OUT
;
gpio_temp
.
enGPIODir
=
GPIO_DIR_OUT
;
gpio_temp
.
enGPIOAltFun
=
GPIO_ALTER_FUN_1
;
gpio_temp
.
enGPIOAltFun
=
GPIO_ALTER_FUN_1
;
GPIO_Config
(
&
gpio_temp
);
GPIO_Config
(
&
gpio_temp
);
gpio_temp
.
enGPIOPort
=
GPIO_PORT_GROUP_0
;
gpio_temp
.
enGPIOPIN
=
GPIO_PIN_13
;
gpio_temp
.
enGPIOMode
=
GPIO_MODE_PORT
;
gpio_temp
.
enGPIODir
=
GPIO_DIR_OUT
;
gpio_temp
.
enGPIOAltFun
=
GPIO_ALTER_FUN_1
;
GPIO_Config
(
&
gpio_temp
);
gpio_temp
.
enGPIOPort
=
GPIO_PORT_GROUP_9
;
gpio_temp
.
enGPIOPort
=
GPIO_PORT_GROUP_9
;
gpio_temp
.
enGPIOPIN
=
GPIO_PIN_1
;
gpio_temp
.
enGPIOPIN
=
GPIO_PIN_1
;
gpio_temp
.
enGPIOMode
=
GPIO_MODE_PORT
;
gpio_temp
.
enGPIOMode
=
GPIO_MODE_PORT
;
...
...
YueJin_test_bench/source/Appliciation/RTE_GPIO.h
View file @
caf390c3
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#define ZTS_A GPIO_IN_APORT00_PIN14 //坐桶锁
#define ZTS_A GPIO_IN_APORT00_PIN14 //坐桶锁
#define ZTS_B GPIO_IN_APORT00_PIN15 //坐桶锁
#define ZTS_B GPIO_IN_APORT00_PIN15 //坐桶锁
#define FanHui GPIO_OUT_PORT
10_PIN02
//负控按键1
#define FanHui GPIO_OUT_PORT
00_PIN13
//负控按键1
/* ---------------------旧的-------------------------- */
/* ---------------------旧的-------------------------- */
#define POWER_CTRL_KL15 GPIO_OUT_PORT10_PIN12
#define POWER_CTRL_KL15 GPIO_OUT_PORT10_PIN12
#define SW10 GPIO_IN_PORT10_PIN02
#define SW10 GPIO_IN_PORT10_PIN02
...
@@ -51,8 +51,6 @@
...
@@ -51,8 +51,6 @@
#define LINE_OUT_NEG_03 GPIO_OUT_PORT09_PIN04 //BAT~
#define LINE_OUT_NEG_03 GPIO_OUT_PORT09_PIN04 //BAT~
#define LINE_OUT_NEG_04 GPIO_OUT_PORT09_PIN03 //ACC1
#define LINE_OUT_NEG_04 GPIO_OUT_PORT09_PIN03 //ACC1
#define LINE_FUEL_RES01 GPIO_OUT_PORT00_PIN13
#define LINE_FUEL_RES03 GPIO_OUT_PORT08_PIN10
#define LINE_FUEL_RES03 GPIO_OUT_PORT08_PIN10
#define LINE_FUEL_RES04 GPIO_OUT_PORT08_PIN11 //左转 输入
#define LINE_FUEL_RES04 GPIO_OUT_PORT08_PIN11 //左转 输入
...
...
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