Adafruit-PN532 icon indicating copy to clipboard operation
Adafruit-PN532 copied to clipboard

bool isready() function can be public?

Open AlessioSavelli opened this issue 3 years ago • 2 comments

Hi, is possible to have the 'bool isready();' function as public and not private ? Is useful to make something without blocking the program in Tag reading

Thanks you.

AlessioSavelli avatar Dec 11 '22 12:12 AlessioSavelli

The isready() method (typically used via waitready()) is used with other private methods, like readdata() and writecommand() as part of full data exchange.

This sounds like a general request for async, non-blocking reads?

caternuson avatar Feb 20 '23 21:02 caternuson

Yes, i need to make my custom a async reads 😅😅.

Il giorno lun 20 feb 2023 alle 22:08 Carter Nelson @.***> ha scritto:

The isready() method (typically used via waitready()) is used with other private methods, like readdata() and writecommand() as part of full data exchange.

This sounds like a general request for async, non-blocking reads?

— Reply to this email directly, view it on GitHub https://github.com/adafruit/Adafruit-PN532/issues/105#issuecomment-1437545032, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZDWS43X7GS6KDXERQNQALWYPMMRANCNFSM6AAAAAAS26EXZU . You are receiving this because you authored the thread.Message ID: @.***>

AlessioSavelli avatar Feb 20 '23 21:02 AlessioSavelli