DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
|
Abstraction of a usb storage device. The class performs necessary checks of that the required usb storage was detected and mounted, and is accessible. Then, it can provide a path string to the storage file system, which can be used for accessing files there. More...
#include <usb_fs.h>
Public Types | |
enum | Device { DEVICE_USB1, DEVICE_USB2, DEVICE_OTG } |
Public Member Functions | |
UsbFs (Device device) | |
virtual const char * | getPath () const |
Abstraction of a usb storage device. The class performs necessary checks of that the required usb storage was detected and mounted, and is accessible. Then, it can provide a path string to the storage file system, which can be used for accessing files there.