You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for RGBW patterns. Requires additional 200 bytes for the AllPatternsOnMultiDevices example. Commenting out #define SUPPORT_RGBW or defining DO_NOT_SUPPORT_RGBW saves 400 bytes FLASH for the AllPatternsOnMultiDevices example.
Use type Print * instead of Stream *.
Changed function addPixelColor().
Added function NeoPixel::printInfo(aSerial).
Added *D functions, which take the duration of the whole pattern as argument.