Search found 1 match
- Tue May 20, 2014 12:26 pm
- Forum: V-USB
- Topic: How to create an out interrupt endpoint?
- Replies: 1
- Views: 4516
How to create an out interrupt endpoint?
Hello! I have read the documentation but I was unable to find how to create an output interrupt endpoint. All I found was that when I enable the macro USB_CFG_IMPLEMENT_FN_WRITEOUT, the function usbFunctionWriteOut is called. The problem is what endpoint number I use in the host call libusb_interrup...