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.
Fork of uvchost by
usb/UsbBaseClass.h
- Committer:
- va009039
- Date:
- 2012-07-31
- Revision:
- 0:b0f04c137829
File content as of revision 0:b0f04c137829:
#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_