Roughly move files to fit gradle project
This commit is contained in:
26
src/main/java/ch/ntb/inf/libusbJava/package.html
Normal file
26
src/main/java/ch/ntb/inf/libusbJava/package.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head></head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Includes the main classes for the Java libusb wrapper.
|
||||
<br>
|
||||
<i>LibusbJava.java</i>
|
||||
is the JNI class to the
|
||||
<i>LibusbJava.dll</i>
|
||||
. Every class starting with
|
||||
<i>Usb_</i>
|
||||
represents a descriptor of the bus structure which is retrieved by
|
||||
calling
|
||||
<i>LibusbJava.usb_get_busses()</i>
|
||||
.
|
||||
|
||||
<h2>Related Resources</h2>
|
||||
|
||||
For more information about this project visit
|
||||
<a
|
||||
href="http://libusbjava.sourceforge.net">http://libusbjava.sourceforge.net</a>
|
||||
.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user