add gpl and lgpl text.

add README
This commit is contained in:
2021-06-28 22:53:00 +02:00
parent 0b9f9fd7a2
commit b5a8705fe4
7 changed files with 912 additions and 1 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
UVOS UsbLedController
==============
This is the firmware for the usbled controller pcb
license: GPL v3.0 with parts optionally under LGPL v3.0
Building and Installing
----------
Requirements:
* cmake
* avr-gcc
* avr-libc
* avrdude
* a usbasp device
Install instructions:
1. run 'cmake .'
2. if programming a new pcb run 'make fuses'
3. run 'make export'
4. run 'make download'