RGB LED Library
In my last post, I showed off the rgblinear demo. As the next step to making this more usable in Arduino projects, I’ve abstracted the RGB LED control code for setting colors and fading into a separate library, rgbled.
The updated rgblinear example is included in examples/rgblinear/.