I added the Isochronous to USBHost library. The Isochronous code based on the following. http://developer.mbed.org/users/va009039/code/USBHostC270_example/

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost_AddIso by GR-PEACH_producer_meeting

Embed: (wiki syntax)

« Back to documentation index

USBHostMSD Class Reference

USBHostMSD Class Reference

A class to communicate a USB flash disk. More...

#include <USBHostMSD.h>

Inherits IUSBEnumerator.

Public Member Functions

 USBHostMSD (const char *rootdir)
 Constructor.
bool connected ()
 Check if a MSD device is connected.
bool connect ()
 Try to connect to a MSD device.

Detailed Description

A class to communicate a USB flash disk.

Definition at line 30 of file USBHostMSD.h.


Constructor & Destructor Documentation

USBHostMSD ( const char *  rootdir )

Constructor.

Parameters:
rootdirmount name

Definition at line 32 of file USBHostMSD.cpp.


Member Function Documentation

bool connect (  )

Try to connect to a MSD device.

Returns:
true if connection was successful

Definition at line 59 of file USBHostMSD.cpp.

bool connected (  )

Check if a MSD device is connected.

Returns:
true if a MSD device is connected

Definition at line 54 of file USBHostMSD.cpp.