Blink1Device.readPatternLine

Reads the stored pattern line at position pos.

class Blink1Device
@trusted
readPatternLine
(
ubyte pos
)

Parameters

pos ubyte

The position of the pattern stored on the device, starting from 0

Return Value

The stored PatternLine

Throws

Blink1Exception if an error occurs.

Meta