|
|
@ -13,6 +13,7 @@ |
|
|
|
#include "task_low_power.h" |
|
|
|
#include "../app/app_config.h" |
|
|
|
#include "../bsp/bsp_config.h" |
|
|
|
#include "../bsp/bsp_rfid.h" |
|
|
|
#include "../msp/uart0.h" |
|
|
|
|
|
|
|
S_TASK_LOW_POWER _s_task_low_power; |
|
|
@ -35,6 +36,8 @@ void L3_task_low_power_handler(S_TASK_LOW_POWER *s) |
|
|
|
{ |
|
|
|
//除了功能按键,所有灯全灭
|
|
|
|
L3_led_clear(); |
|
|
|
//禁用RFID
|
|
|
|
bsp_rfid_en(RFID_DISABLE); |
|
|
|
} |
|
|
|
L2_task_go_Tdelay(D_task_LOW_POWER_SET,D_Tdelay_1s); |
|
|
|
|
|
|
|