Initial check in

This commit is contained in:
2026-01-03 18:53:14 +01:00
commit b9305ab8af
36 changed files with 6720 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
unit mr.drv.types;
interface
type
IUsbDriver = interface
end;
implementation
end.