Changed SetFade() to SetFadeRate()
The old SetFade() function was boolean, the new SetFadeRate accepts a parameter setting the fade rate delay in units of 500 microseconds, e.g. SetFadeRate(10) will fade from full on to off in 500ms or 1/2 second.
The old SetFade() function was boolean, the new SetFadeRate accepts a parameter setting the fade rate delay in units of 500 microseconds, e.g. SetFadeRate(10) will fade from full on to off in 500ms or 1/2 second.