1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Merge pull request #61 from da2x/patch-1

Improve langauge in INSTALL.md
This commit is contained in:
MatMoul 2017-04-05 00:56:28 +02:00 committed by GitHub
commit a4b4cae4ef

View File

@ -9,8 +9,8 @@
* hidapi or libusb
## hidapi vs libusb :</br>
hidapi is the new implementation but need to be tested.</br>
hidapi is very more speed than libusb (~20ms vs ~150ms).</br>
hidapi is a newer implementation but needs more testing.</br>
hidapi is more responsive than libusb (~20ms vs ~150ms).</br>
hidapi seem not work on CentOS, writing on hidraw is not allowed.</br>
hidapi is recommended but if you encounter problem on your system, switch to libusb.</br>