Features
PN532: timeout when waiting for a target is now configurable. Default behavior hasn't changed. Usage:
device = PN532UARTDevice(
PN532_UART_PORT,
timeout=0.1, # Optional, is passed to the pyserial constructor as before
listen_timeout=0.5 # New, optional, is passed to _listen_for_passive_target() command
)Bugfixes
✏️ The version command allows the code to detect if a connection was made. The wakeup makes connecting more reliable. by @veloyage
Contributors
Thanks to @veloyage for their contributions!
Full Changelog: v0.1.4...v0.1.5