Blink1Device.play

Plays a stored pattern. The end and count parameters are only supported on MK2 and later devices.

  1. void play(ubyte start, ubyte end, ubyte count)
  2. void play(ubyte start)
    class Blink1Device
    @trusted
    void
    play
    (
    ubyte start = 0
    )

Parameters

start ubyte

The pattern position to start playing from.

Throws

Blink1Exception if error

See Also

Meta