mirror of https://github.com/EspoTek/Labrador.git
5 lines
90 B
Mathematica
5 lines
90 B
Mathematica
|
function [] = mex_usb_init(VID, PID)
|
||
|
|
||
|
global usb_handle
|
||
|
|
||
|
usb_handle = USB_INIT(VID, PID);
|