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 mbed-rtos
Fork of USBHost by
Diff: USBHostHID/USBHostMouse.h
- Revision:
- 1:0a457e34fa9e
- Parent:
- 0:a554658735bf
- Child:
- 2:5e8fdc541b98
diff -r a554658735bf -r 0a457e34fa9e USBHostHID/USBHostMouse.h
--- a/USBHostHID/USBHostMouse.h	Wed Mar 06 16:27:14 2013 +0000
+++ b/USBHostHID/USBHostMouse.h	Wed Mar 06 17:10:32 2013 +0000
@@ -25,6 +25,9 @@
 
 #include "USBHost.h"
 
+/** 
+ * A class to communicate a USB mouse
+ */
 class USBHostMouse : public IUSBEnumerator {
 public:
 
    