cun
This commit is contained in:
@ -288,6 +288,7 @@ void rfid_task_fuc(void)
|
||||
|
||||
|
||||
}
|
||||
gpio_direction_output(IO_PORTA_05,0);
|
||||
|
||||
// 3. 读取芯片版本号,确认通信是否正常
|
||||
GetReg(REG_VERSION, ®_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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user