Xbox 360 Wireless Controller for Windows library. sample: http://mbed.org/users/okini3939/code/USBHostXpad_HelloWorld/
Dependents: x4180_Tank Totaleprogramma Handmatig Totaleprogramma1
Fork of USBHostXpad by
Revision 5:bbbbd88de858, committed 2014-11-26
- Comitter:
- hotwheelharry
- Date:
- Wed Nov 26 22:51:48 2014 +0000
- Parent:
- 4:4254192898a9
- Commit message:
- turn off debug
Changed in this revision
USBHostXpad.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4254192898a9 -r bbbbd88de858 USBHostXpad.cpp --- a/USBHostXpad.cpp Sat Feb 01 08:12:44 2014 +0000 +++ b/USBHostXpad.cpp Wed Nov 26 22:51:48 2014 +0000 @@ -52,7 +52,7 @@ for (int i = 0; i < MAX_DEVICE_CONNECTED; i++) { if ((dev = host->getDevice(i)) != NULL) { - USB_DBG("Trying to connect MSD device\r\n"); + //USB_DBG("Trying to connect MSD device\r\n"); if(host->enumerate(dev, this)) break;