Mamecontroller/joystick device wrapper library

Dependencies:   USBDevice mbed

Revision:
3:13387aecfca2
Parent:
2:018f204f6037
Child:
4:4f6e38b6c07e
--- a/main.cpp	Mon Dec 01 21:33:36 2014 +0000
+++ b/main.cpp	Mon Dec 01 21:43:30 2014 +0000
@@ -2,7 +2,7 @@
 #include "USBKeyboard.h"
 #include "joystick.h"
  
-DebounceIn Up(D1);
+DebounceIn Up(p19);
 DebounceIn Down(D2);
 DebounceIn Left(D3);
 DebounceIn Right(D4);