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 USBDevice by
Diff: USBDevice/USBDevice.h
- Revision:
- 18:78bdbce94509
- Parent:
- 2:34856a6adb5b
diff -r bbd6dac92961 -r 78bdbce94509 USBDevice/USBDevice.h --- a/USBDevice/USBDevice.h Thu Jan 23 17:30:20 2014 +0000 +++ b/USBDevice/USBDevice.h Tue Feb 18 11:00:19 2014 +0000 @@ -37,8 +37,10 @@ /* * Connect a device + * + * @param blocking: block if not configured */ - void connect(void); + void connect(bool blocking = true); /* * Disconnect a device