Обновление платы на V2

This commit is contained in:
cfif 2026-05-18 10:43:58 +03:00
parent 6eb865031f
commit 1a3baa5193
2 changed files with 2 additions and 2 deletions

View File

@ -178,5 +178,5 @@ float VN7008AJ_ReadCurrent(uint16_t adc_value) {
env->EmergencyAirCleanSwitch = vInitGpioPinPull(GPIO_B, PORT_PIN_0, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN);
env->FireExtinguishSwitch = vInitGpioPinPull(GPIO_B, PORT_PIN_1, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN);
env->Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN);
// env->Ign_Wakeup = vInitGpioPinPull(GPIO_E, PORT_PIN_16, GPIO_IN, GPIO_PIN_NOREVERSE, GPIO_LOW, GPIO_OPEN, PORT_PULL_DOWN);
}

View File

@ -144,7 +144,7 @@ typedef struct {
tPower power;
tGpioPin EmergencyAirCleanSwitch;
tGpioPin FireExtinguishSwitch;
tGpioPin Ign_Wakeup;
// tGpioPin Ign_Wakeup;
} tGpios;
extern tGpios GPIOS;