Blink1Device.readNote

Reads a note from the device.

class Blink1Device
@trusted
ubyte[]
readNote
(
ubyte id
)

Parameters

id ubyte

The id of the note, 0 <= id < maxNotes

Return Value

Type: ubyte[]

The read note

Throws

UnsupportedOperationException if id < maxNotes

Meta