Skip to content

Commit 654d7c2

Browse files
author
Marc Hofmann
committed
wip
1 parent 624e39d commit 654d7c2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Python 3.11 or higher
2424
- `pip install pyusb`
2525
- On Windows
2626
- Install libusb-package to get _libusb-XX.dll_
27+
- https://pypi.org/project/libusb-package/
2728
- `pip install libusb-package`
2829
- Under Windows there may be driver issues
2930
- See https://github.com/libusb/libusb/wiki/Windows#How_to_use_libusb_on_Windows
@@ -92,3 +93,9 @@ Python 3.11 or higher
9293
- `pip install -U fastplotlib`
9394
- `pip install -U glfw`
9495

96+
# Changes
97+
98+
## 0.0.11
99+
- Implemented UsbConnection class
100+
- Alternative for SerialPortConnection, both share the same base class Connection
101+
- Added _PyUSB_ and _libusb-package_ as dependencies

0 commit comments

Comments
 (0)