暂存,去掉 蜂鸣器150mA,需要加限流电阻的

This commit is contained in:
stark1898y 2025-05-29 16:02:13 +08:00
parent b563af413a
commit ea904b408d
3 changed files with 3 additions and 3 deletions

View File

@ -303,7 +303,7 @@ int main(void)
BSP_RequestBoost(); BSP_RequestBoost();
DelayMs(1); DelayMs(1);
ShowLed(); ShowLed();
BEEP_ON; // BEEP_ON;
DelayMs(30); DelayMs(30);
LED_ALL_OFF_DEINIT; LED_ALL_OFF_DEINIT;
BEEP_OFF_DEINIT; BEEP_OFF_DEINIT;

View File

@ -105,7 +105,7 @@ static tmosEvents LED_Task_ProcessEvent(tmosTaskID taskID, tmosEvents event)
// LED_G_ON; // LED_G_ON;
BSP_BlockSleep(); BSP_BlockSleep();
BSP_RequestBoost(); BSP_RequestBoost();
BEEP_ON; // BEEP_ON;
tmos_start_task(led_task_id, CONNECT_BEEP_END_EVT, MS1_TO_SYSTEM_TIME(20)); tmos_start_task(led_task_id, CONNECT_BEEP_END_EVT, MS1_TO_SYSTEM_TIME(20));

View File

@ -418,7 +418,7 @@ static uint16_t VAVLE_Task_ProcessEvent(uint8_t task_id, uint16_t events)
// 关阀动作,一定要先关充电的防止其他12V用电 // 关阀动作,一定要先关充电的防止其他12V用电
EMV_CHARGE_OFF_DEINIT; EMV_CHARGE_OFF_DEINIT;
BEEP_ON; // BEEP_ON;
logDebug("EMV_CHARGE_OFF_DEINIT"); logDebug("EMV_CHARGE_OFF_DEINIT");