Skip to content

Arduino class to implement an effective RGB Led fading in a really simply way

Notifications You must be signed in to change notification settings

piertoni/rgb-led-fading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rgb-led-fading

======= This arduino class provides a simply way to fade RGB led Its a proof of concept in order to develope your code.

Usage: Constructor:

RGB lampada(redPin, grnPin, bluPin, 30, 1000)

the first three define colors Pin, the fourth defines the delay beetween each small variation, increasing this means slowing down the fading beetween colors. The last one defines the delay when the desired color is reached.

Inside your code call every cycle:

lambda.update()

to let the system work.

=======

About

Arduino class to implement an effective RGB Led fading in a really simply way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%