FadeLed
A simple Arduino library to fade leds on hardware PWM
|
This is the complete list of members for FadeLed, including all inherited members.
_biggestStep | FadeLed | protected |
_constTime | FadeLed | protected |
_count | FadeLed | protected |
_countMax | FadeLed | protected |
_curVal | FadeLed | protected |
_gammaLookup | FadeLed | protected |
_interval | FadeLed | protectedstatic |
_ledCount | FadeLed | protectedstatic |
_ledList | FadeLed | protectedstatic |
_millisLast | FadeLed | protectedstatic |
_pin | FadeLed | protected |
_setVal | FadeLed | protected |
_startVal | FadeLed | protected |
begin(flvar_t val) | FadeLed | |
beginOn() | FadeLed | |
done() | FadeLed | |
FadeLed(byte pin) | FadeLed | |
falling() | FadeLed | |
get() | FadeLed | |
getBiggestStep() | FadeLed | |
getCurrent() | FadeLed | |
getGamma(flvar_t step) | FadeLed | inlineprotected |
getGammaValue(flvar_t step) | FadeLed | |
noGammaTable() | FadeLed | |
off() | FadeLed | |
on() | FadeLed | |
rising() | FadeLed | |
set(flvar_t val) | FadeLed | |
setGammaTable(const flvar_t *table, flvar_t biggestStep=100) | FadeLed | |
setInterval(unsigned int interval) | FadeLed | static |
setTime(unsigned long time, bool constTime=false) | FadeLed | |
stop() | FadeLed | |
update() | FadeLed | static |
updateThis() | FadeLed | protected |