File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,12 @@ Development environment
4848* Python - 3.7.8
4949* pyserial - 3.5
5050* pyusb - 1.2.1
51- * libusb - 1.0.24b3
52- * libusb1 - 3.0.0
51+ * hidapi - 0.10.1
5352
5453``` shell
5554pip install pyserial
5655pip install pyusb
57- pip install libusb
58- pip install libusb1
56+ pip install hidapi==0.10.1
5957```
6058
6159<strong >On Linux:</strong >
@@ -66,15 +64,18 @@ Development environment
6664* Python - 3.9.10
6765* pyserial - 3.4
6866* pyusb - 1.0.2
67+ * pyusb - 1.0.2
6968* libusb - 1.0.22b9
7069* libusb1 - 3.0.0
70+ * hidapi - 0.10.1
7171
7272``` shell
7373sudo apt-get install python3-pip
7474sudo pip3 install pyserial
7575sudo pip3 install pyusb
7676sudo pip3 install libusb
7777sudo pip3 install libusb1
78+ sudo pip3 install hidapi==0.10.1
7879```
7980
8081<strong >On Mac:</strong >
@@ -99,7 +100,6 @@ brew install libusb
99100sudo pip3 install libusb1
100101brew install hidapi - Only for Mac OS
101102```
102-
103103### Installing cricketlib Packages
104104
1051051 . Clone the repository from [ github] ( https://github.com/mcci-usb/cricketlib )
@@ -196,9 +196,8 @@ sw3.port_on("hs")
196196time.sleep(1)
197197sw3.port_off()
198198```
199-
200199## Release History
201- - v1.0.4 Support for Switch 2101 port status
200+ - v1.0.4 Support for Switch 2101 port status and implenting hidapi for windows and linux
202201- v1.0.3 Support python 64-bit
203202- v1.0.2 update speed change in switch2101
204203- v1.0.0 initial release
You can’t perform that action at this time.
0 commit comments