This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Labrador
mirror of
https://github.com/EspoTek/Labrador.git
Watch
1
Star
0
Fork
You've already forked Labrador
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee7aff7cf5
Labrador
/
Old Matlab Interface
/
mex_usb_init.m
5 lines
90 B
Matlab
Raw
Blame
History
function
[]
=
mex_usb_init
(
VID, PID
)
global
usb_handle
usb_handle
=
USB_INIT
(
VID
,
PID
)
;
Reference in New Issue
View Git Blame
Copy Permalink