Update repo

This commit is contained in:
2026-08-30 23:04:35 -07:00
parent 749dab5721
commit ce65a0f59a
14950 changed files with 4408250 additions and 1 deletions
@@ -0,0 +1,14 @@
; tiusbdll.def : Declares the module parameters for the DLL.
LIBRARY "tiusbdll"
; DESCRIPTION "A simple library allowing low level access to a WinUSB device"
VERSION 1.1
EXPORTS
; Explicit exports can go here
InitializeDevice @1
TerminateDevice @2
WriteUSBPacket @3
ReadUSBPacket @4
InitializeDeviceByIndex @5
Endpoint0Transfer @6