Simple USBHost library for STM32F746NG Discovery board. Only either the Fastspeed or the Highspeed port can be used( not both together)

Dependents:   DISCO-F746NG_USB_Host

Fork of KL46Z-USBHost by Norimasa Okamoto

Revision:
24:5396b6a93262
Parent:
20:9827f135ccb6
Child:
25:7d6d9fc471bf
--- a/USBHostMSD/USBHostMSD.h	Sun May 01 03:18:11 2016 +0000
+++ b/USBHostMSD/USBHostMSD.h	Mon Jun 13 17:21:07 2016 +0000
@@ -34,7 +34,7 @@
     *
     * @param rootdir mount name
     */
-    USBHostMSD(const char * rootdir);
+    USBHostMSD(int Interface,const char * rootdir);
 
     /**
     * Check if a MSD device is connected