Commit caf390c3 authored by 何锐's avatar 何锐

feat:更新检测台需求

parent a37c4509
......@@ -573,7 +573,7 @@ void RotationSet(void)
if(MENU_CHECK_STEP == 2)
{
RotationAlarmMode = 1;
if(RotationSettime <= 30)
if(RotationSettime <= 10)
{
RotationSettime++;
ABC_OUT = 1;
......
......@@ -1106,6 +1106,10 @@ uint32_t R485_Send_test(void)
switch (MENU_CHECK_STEP)
{
BCMLED.Sig.HLLamp = 0x00; //远光
BCMLED.Sig.Lamp = 0x00; //双闪
BCMLED.Sig.FlickerFrequency = 0x00; //频率
case 0:
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
......
......@@ -185,6 +185,12 @@ void RTE_GPIO_Init(void)
gpio_temp.enGPIODir = GPIO_DIR_OUT;
gpio_temp.enGPIOAltFun = GPIO_ALTER_FUN_1;
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.enGPIOPIN = GPIO_PIN_1;
gpio_temp.enGPIOMode = GPIO_MODE_PORT;
......
......@@ -42,7 +42,7 @@
#define ZTS_A GPIO_IN_APORT00_PIN14 //坐桶锁
#define ZTS_B GPIO_IN_APORT00_PIN15 //坐桶锁
#define FanHui GPIO_OUT_PORT10_PIN02 //负控按键1
#define FanHui GPIO_OUT_PORT00_PIN13 //负控按键1
/* ---------------------旧的-------------------------- */
#define POWER_CTRL_KL15 GPIO_OUT_PORT10_PIN12
#define SW10 GPIO_IN_PORT10_PIN02
......@@ -51,8 +51,6 @@
#define LINE_OUT_NEG_03 GPIO_OUT_PORT09_PIN04 //BAT~
#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_RES04 GPIO_OUT_PORT08_PIN11 //左转 输入
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment