A user space driver and library for the UsbLedController
| 90-usbled.rules | ||
| CMakeLists.txt | ||
| gpl-3.0.txt | ||
| main.c | ||
| README.md | ||
| usbshm.c | ||
| usbshm.h | ||
| uvosled.c | ||
| uvosled.h | ||
UVOS libusbled
This is a library to control the UVOS usbled pcb.
license: GPL v3.0 or later
Installing
Requirements:
- cmake
- libusb-1.0
Build instructions:
- run 'cmake .'
- run 'make'
To install run 'make install' as root.
For api documentation look at the comments uvosled.h