v0.2
Pre-release
Pre-release
- Introduced
start_reading
andstop_reading
for asynchronous reading. read
now returns theTagReadData
object instead of a tuple. This breaks compatibility with release v0.1, but enables support for much more tag attributes.set_read_plan
has an optionalread_power
parameter.- Compiles with both Python 2x and Python 3.x.
- Fixes several memory leaks.