requestType: 'USB_REQUEST_TYPE_VENDOR',
recipient: 'USB_RECIPIENT_DEVICE',
SetupParam setup = SetupParam(
requestType: 'USB_REQUEST_TYPE_VENDOR', // Check guide for correct type
recipient: 'USB_RECIPIENT_DEVICE', // Likely correct, but confirm
request: 0x05, // Example: Update with the correct request from guide
value: 0x0001, // Check if this needs a specific value
index: 0x0000, // Check if this needs to target a specific endpoint
);