convert 15readercommand to use NG frames. Removing the confusing of status and length of received package in same return param. Now returns proper status and length is a ref param

This commit is contained in:
iceman1001 2022-03-23 17:37:40 +01:00
commit 7aeb462e18
6 changed files with 230 additions and 206 deletions

View file

@ -61,7 +61,7 @@ void RunMod(void) {
break;
else if (state == STATE_READ) {
Iso15693InitReader();
ReaderIso15693(0, &card);
ReaderIso15693(&card);
if (card.uidlen == 0) {
LED_D_OFF();