Blink1Device.writePatternLine

Writes a pattern line to the device.

On MK1 devices this will store it in nonvolatile storage. On MK2 and later devices this will store it in RAM. Call savePattern to store it in nonvolatile storage.

class Blink1Device
@trusted
void
writePatternLine

Parameters

pos ubyte

The position to write to, starting from zero.

patternLine PatternLine

The patternLine to store.

Throws

Blink1Exception if an error occurs.

Meta