Adjusts the great pinscape controller to work with a cheap linear potentiometer instead of the expensive CCD array

Dependencies:   USBDevice mbed

Fork of Pinscape_Controller by Mike R

Revision:
2:c174f9ee414a
Parent:
1:d913e0afb2ac
--- a/USBJoystick.cpp	Wed Jul 16 23:33:12 2014 +0000
+++ b/USBJoystick.cpp	Tue Jul 22 04:33:47 2014 +0000
@@ -42,7 +42,7 @@
    report.data[4] = _z & 0xff;
    report.length = 5; 
  
-   return send(&report);
+   return sendNB(&report);
 }
  
 bool USBJoystick::move(int16_t x, int16_t y) {