usbdrv | ||
CMakeLists.txt | ||
gpl-3.0.txt | ||
lgpl-3.0.txt | ||
main.c | ||
README.md | ||
ringbuffer.h | ||
writepin.c | ||
writepin.h |
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:
- run 'cmake .'
- if programming a new pcb run 'make fuses'
- run 'make export'
- run 'make download'