pololu / pololu-led-strip-arduino

Arduino library for addressable RGB LED strips from Pololu
http://www.pololu.com/catalog/product/2540
MIT License
163 stars 85 forks source link

segments or pins #15

Closed vavik96 closed 6 years ago

vavik96 commented 6 years ago

Hello, is it possible to use two or more string of LEDs at once by dividing into segments or connecting to different pins. Best regards

kevin-pololu commented 6 years ago

Yes, you have two options for controlling multiple groups of LEDs from one Arduino: you can either chain them together and control them as one long strip, or you can control them separately with a different pin and instance of the PololuLedStrip class for each.

If you have more questions, please post on the Pololu forum, as the GitHub issues are intended for keeping track of problems with and changes to the library itself.

Kevin