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.
Diff: USBHID/usbhid.h
- Revision:
- 2:1a24252c8cb1
- Parent:
- 0:207850946233
--- a/USBHID/usbhid.h Wed Sep 07 10:04:49 2011 +0000
+++ b/USBHID/usbhid.h Sat Nov 19 18:18:21 2011 +0000
@@ -19,6 +19,7 @@
public:
usbhid();
bool keyboard(char c);
+ bool keyboard2(char c);
bool keyboard(char *string);
bool mouse(signed char x, signed char y, unsigned char buttons=0, signed char wheel=0);
protected: