FadeLed
A simple Arduino library to fade leds on hardware PWM
|
▼ examples | |
▼ ConstantSpeed | |
ConstantSpeed.ino | Show difference between constant fade speed and constant fade time |
▼ FadeLedBasic | |
FadeLedBasic.ino | Example how to use FadeLed library |
▼ FadeNotGammaCorrect | |
FadeNotGammaCorrect.ino | Example to show the difference between fading with and without gamma correction |
▼ FadeRandomRGB | |
FadeRandomRGB.ino | Example how to use FadeLed with RGB-fading |
▼ setBrightnessWithFade | |
setBrightnessWithFade.ino | Example how to use FadeLed to set the brightness of a LED with a button |
▼ SineFade | |
SineFade.ino | Example how to use FadeLed library with custom gamma table |
▼ src | |
FadeLed.h | A simple Arduino library to fade LEDs on the hardware PWM |
FadeLedGamma.h |