Skip to content

Commit 71b7481

Browse files
committed
feat(usb): host mode implementation
1 parent 83d6111 commit 71b7481

File tree

3 files changed

+746
-28
lines changed

3 files changed

+746
-28
lines changed

src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ export {
2121
setDeviceAddressPacket,
2222
setDeviceConfigurationPacket,
2323
} from './usb/setup.js';
24+
export {
25+
parseSetupPacket,
26+
StandardRequest,
27+
DescriptorType as USBDescriptorType,
28+
type USBDevice,
29+
type USBTransferResult,
30+
type USBTransferStatus,
31+
} from './usb/usb-device.js';
2432
export { ConsoleLogger, LogLevel, type Logger } from './utils/logging.js';

0 commit comments

Comments
 (0)