Reading data from a USB Gamepad with USB-Host mode.

Dependencies:   mbed

Fork of Nucleo_Ex04_USBPAD by woodstock .

Files at this revision

API Documentation at this revision

Comitter:
jose_23991
Date:
Thu Apr 28 21:17:29 2016 +0000
Parent:
1:94e011434208
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 28 21:09:39 2016 +0000
+++ b/main.cpp	Thu Apr 28 21:17:29 2016 +0000
@@ -1,4 +1,5 @@
 // Pins connections: 5V-Vbus | GND-GND | Data+-PA_12 | Data--PA_11 
+// Cannot establish connection with full speed devices, why???
 
 #include "mbed.h"
 #include "USBHostGamepad.h"