Norbert S / Mbed 2 deprecated joykey

Dependencies:   mbed

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: