We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b2471 commit a0f438dCopy full SHA for a0f438d
src/peripherals/usb.ts
@@ -120,7 +120,7 @@ export class RPUSBController extends BasePeripheral {
120
onEndpointWrite?: (endpoint: number, buffer: Uint8Array) => void;
121
onEndpointRead?: (endpoint: number, byteCount: number) => void;
122
123
- readDelayMicroseconds = 1;
+ readDelayMicroseconds = 10;
124
writeDelayMicroseconds = 10; // Determined empirically
125
126
get intStatus() {
0 commit comments