Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem TB6612FNG2 mbed
usb/UsbBaseClass.h
- Committer:
- mbed_Cookbook_SE
- Date:
- 2015-11-30
- Revision:
- 0:de03cbbcd0ff
File content as of revision 0:de03cbbcd0ff:
#ifndef _USB_BASE_CLASS_H_
#define _USB_BASE_CLASS_H_
#include "UsbHostMgr.h"
class UsbBaseClass {
public:
UsbBaseClass();
protected:
UsbErr Usb_poll(int timeout = 15000, int timeout2 = 2000);
static UsbHostMgr* m_pHost;
};
#endif //_USB_BASE_CLASS_H_