A user space driver and library for the UsbLedController
Find a file
2021-06-29 15:32:32 +02:00
90-usbled.rules add udev rule for uvosled pcb 2021-06-29 15:32:32 +02:00
CMakeLists.txt add udev rule for uvosled pcb 2021-06-29 15:32:32 +02:00
gpl-3.0.txt install uvosled_test 2021-06-28 21:42:16 +02:00
main.c install uvosled_test 2021-06-28 21:42:16 +02:00
README.md install uvosled_test 2021-06-28 21:42:16 +02:00
usbshm.c install uvosled_test 2021-06-28 21:42:16 +02:00
usbshm.h install uvosled_test 2021-06-28 21:42:16 +02:00
uvosled.c install uvosled_test 2021-06-28 21:42:16 +02:00
uvosled.h install uvosled_test 2021-06-28 21:42:16 +02:00

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:

  1. run 'cmake .'
  2. run 'make'

To install run 'make install' as root.

For api documentation look at the comments uvosled.h