install uvosled_test

add legalese
add README
This commit is contained in:
uvos 2021-06-28 21:42:16 +02:00
parent 0ae8a94b51
commit 0f572f59be
8 changed files with 792 additions and 0 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
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