Skip to content

Takes serial input with led number and rgb values and sets rgb of neopixels accordingly

Notifications You must be signed in to change notification settings

positronicpanthers/SerialToNeopixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SerialToNeopixel

Takes serial input with led number and rgb values and sets rgb of neopixels accordingly

The input should match the following format:

P6:255,255,255

P7:0,0,255

The first line sets LED number 6 to be bright white and the second line sets LED number 7 to be bright blue.

Keep in mind:

-that neopixel library is needed! (found at https://github.com/adafruit/Adafruit_NeoPixel)

-that pin numbers are subject to change

-that number of neopixels is subject to change

About

Takes serial input with led number and rgb values and sets rgb of neopixels accordingly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

  • Other 100.0%