FadeLed
A simple Arduino library to fade leds on hardware PWM
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  examples
  ConstantSpeed
 ConstantSpeed.inoShow difference between constant fade speed and constant fade time
  FadeLedBasic
 FadeLedBasic.inoExample how to use FadeLed library
  FadeNotGammaCorrect
 FadeNotGammaCorrect.inoExample to show the difference between fading with and without gamma correction
  FadeRandomRGB
 FadeRandomRGB.inoExample how to use FadeLed with RGB-fading
  setBrightnessWithFade
 setBrightnessWithFade.inoExample how to use FadeLed to set the brightness of a LED with a button
  SineFade
 SineFade.inoExample how to use FadeLed library with custom gamma table
  src
 FadeLed.hA simple Arduino library to fade LEDs on the hardware PWM
 FadeLedGamma.h