/pololu-led-strip-avr

Example AVR code for addressable RGB LED strips from Pololu

Primary LanguageCOtherNOASSERTION

Example AVR code for addressable RGB LED strips from Pololu

www.pololu.com

Summary

This is example AVR C code for controlling the addressable RGB LED strips from Pololu:

It allows complete control over the color of an arbitrary number of LED strips with an arbitrary number of LEDs. Each LED can be individually controlled, and LED strips can be chained together.

For more details, see led_strip.c.