Blink1Device.writeNote

Writes a note with the given id.

class Blink1Device
@trusted
void
writeNote
(
ubyte id
,
immutable ubyte[] note
)

Parameters

id ubyte

The id of the note to write to,

note ubyte[]

The note to write. Maximum length is maxNoteSize. Longer notes will be silently truncated.

Meta