ST/USBHOST forked to add another HID handler for raw keyboard data to get more detail not available with current handlers (all pressed keys, all releases, and periodic updates)

Dependents:   C64-stm429_discovery

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 ()
 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 31 of file USBHostMSD.h.


Constructor & Destructor Documentation

USBHostMSD (  )

Constructor.

Parameters:
rootdirmount name

Definition at line 31 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 61 of file USBHostMSD.cpp.

bool connected (  )

Check if a MSD device is connected.

Returns:
true if a MSD device is connected

Definition at line 56 of file USBHostMSD.cpp.