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
Fork of BTstackLE by
UsbBaseClass.h
00001 #ifndef _USB_BASE_CLASS_H_ 00002 #define _USB_BASE_CLASS_H_ 00003 #include "UsbHostMgr.h" 00004 00005 class UsbBaseClass { 00006 public: 00007 UsbBaseClass(); 00008 protected: 00009 UsbErr Usb_poll(int timeout = 15000, int timeout2 = 2000); 00010 static UsbHostMgr* m_pHost; 00011 }; 00012 00013 #endif //_USB_BASE_CLASS_H_
Generated on Tue Jul 12 2022 19:22:32 by
1.7.2
