This commit is contained in:
lmx
2025-11-25 16:40:37 +08:00
parent 51788e4b88
commit 8089cf5b3a
3 changed files with 8 additions and 6 deletions

View File

@ -288,6 +288,7 @@ void rfid_task_fuc(void)
}
gpio_direction_output(IO_PORTA_05,0);
// 3. 读取芯片版本号,确认通信是否正常
GetReg(REG_VERSION, &reg_data);
@ -297,4 +298,5 @@ void rfid_task_fuc(void)
// TYPE_B_EVENT();
TYPE_V_EVENT();
// TYPE_F_EVENT();
gpio_direction_output(IO_PORTA_05,1);
}