Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 372 Bytes

libCyborgLights

C++ driver for the Gaming Cyborg Lights Tested with Linux Debian only. Should work with anything compatible with libusb.

Compilation

git clone https://github.com/FabienDanieau/libCyborgLights.git
cd libCyborgLights
mkdir build && cd build
cmake ..
make

Library and test executable are compiled into the bin directory