A usb device that drives leds at specified brightnesses
Find a file
2024-06-11 14:58:47 +02:00
usbdrv Inital Commit 2021-06-12 15:49:16 +02:00
CMakeLists.txt fix power off request 2021-06-12 19:13:47 +02:00
gpl-3.0.txt add gpl and lgpl text. 2021-06-28 22:53:00 +02:00
lgpl-3.0.txt add gpl and lgpl text. 2021-06-28 22:53:00 +02:00
main.c add gpl and lgpl text. 2021-06-28 22:53:00 +02:00
README.md add gpl and lgpl text. 2021-06-28 22:53:00 +02:00
ringbuffer.h update litcence 2024-06-11 14:58:47 +02:00
writepin.c add gpl and lgpl text. 2021-06-28 22:53:00 +02:00
writepin.h add gpl and lgpl text. 2021-06-28 22:53:00 +02:00

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'