PlayState

Playing state of the blink(1) LED

Members

Variables

playCount
ubyte playCount;

Amount of times the pattern should be played. 0 = infinite

playEnd
ubyte playEnd;

The pattern position to stop playing at

playMode
PlayMode playMode;

Wether the blink(1) is playing or not.

playPosition
ubyte playPosition;

Current playing position

playStart
ubyte playStart;

Starting position of the pattern.

Meta