We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624e39d commit 654d7c2Copy full SHA for 654d7c2
1 file changed
README.md
@@ -24,6 +24,7 @@ Python 3.11 or higher
24
- `pip install pyusb`
25
- On Windows
26
- Install libusb-package to get _libusb-XX.dll_
27
+ - https://pypi.org/project/libusb-package/
28
- `pip install libusb-package`
29
- Under Windows there may be driver issues
30
- See https://github.com/libusb/libusb/wiki/Windows#How_to_use_libusb_on_Windows
@@ -92,3 +93,9 @@ Python 3.11 or higher
92
93
- `pip install -U fastplotlib`
94
- `pip install -U glfw`
95
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