An open API service indexing awesome lists of open source software.

https://github.com/mesemus/leddriver


https://github.com/mesemus/leddriver

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# LEDDriver

A small project for driving 10 different leds using atmel atmega 328p (DIL) microprocessor dedicated as a PWM driver.
The driver communicates via serial interface, commands:

```
F....\n
- fade on selected pin from current value to the new one
S....\n
- set the value of the pins (without fading)

val is (pseudo)hexadecimal number:
00 .. completely off
01 - ff .. pwm on channel
g0 .. completely on
```

This driver uses the SoftTablePWM library and is built in Eclipse,
converting it to .ino should pose no problem.