Skip to content

v0.1.5

Latest

Choose a tag to compare

@waza-ari waza-ari released this 08 Jul 16:21
· 11 commits to main since this release
3da3522

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