Releases: CapableRobot/CapableRobot_USBHub_Driver
Releases · CapableRobot/CapableRobot_USBHub_Driver
Support revision 2 hardware
Added I2C retry logic and bundled libusb DLLs for Windows use
v0.2.8 Release v0.2.8
v0.2.7 : Improved GC lifetime handling
This release uses weakref.proxy wrappers in the object hierarchy to improve GC lifetimes.
v0.2.6 : Change in USB timeout in I2C class
Override default 1000ms timeout of pyusb, results in faster probing when using Adafruit BusDevice library
v0.2.5 I2C read_bytes object path was incorrect after internal API change
I2C read_bytes object path was incorrect after internal API change
v0.2.4 : Hotfix release
Hotfix release which fixes an issue due to sku/serial changing from methods to properties
v0.2.3 : Better support for multiple USB hubs
Release v0.2.3 with better support for multiple hubs
v0.2.2 : Better error text and format packaging
The driver now detects udev permission issues upon USB Hub access and instructs the end user on how to install the necessary udev rule. Previous versions the driver only printed an exception stack trace.
YAML formats are now in the source module to allow easier distribution with PyPi.