Blink1Device.openByPath

Obtains a Blink1 device by the OS-specific path.

class Blink1Device
@trusted static
openByPath
(
string path
)

Parameters

path string

The OS-specific path to the USB device.

Throws

a Blink1NotFoundException if no device could be found with the given path.

Meta