Skip to content

armysolo/Neopixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

I have a project I'm working on that uses an Arduino Pro Mini driving 3x 16 WS2812 NeoPixel rings.
The LED data in are wired to individual data pins and the code currently works.
What I would like is to be able to modify the sketch so the NeoPixels are driven by a single pin daisy chained together.
The end goal is to be able to move from an Arduino based MCU to a Raspberry Pi.

I know you need to define the sketch with something like:
(index 0
led count 16)
(index 16
led count 16)
(index 32
led count 16)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages