N64 to USB HID interface

Dependencies:   mbed

Revision:
5:eb93a4f91396
Parent:
0:547c5459faa6
--- a/USBHID/usbhid.h	Fri Sep 30 23:16:52 2011 +0000
+++ b/USBHID/usbhid.h	Wed Dec 10 14:22:30 2014 +0000
@@ -45,7 +45,7 @@
 {
 public:
     USBJoystick();
-    bool joystick(unsigned char buttons1, unsigned short buttons2, signed char x, signed char y);
+    bool joystick(unsigned char buttons1, unsigned short buttons2, signed char x, signed char y, signed char cx, signed char cy, unsigned char L, unsigned char R);
 protected:
     virtual bool requestGetDescriptor(void);
 private: