Installation

Firstly you have to download latest version of library from Github. On PC-side this is header-only library, so you can just move header to your project (but remember to include this library with “” symbol then). Or you can move header to your directory with libs.

To use this library you have to install Libusb version 1.0. You can find it on its official site https://libusb.info/

Add Library to Arduino IDE

For AVR side there is zip file in repository. You can add it to ArduinoIDE with its library manager. Alternatively you can unzip this directly to Arduino library location.