work in progress

Dependencies:   FastAnalogIn FastIO USBDevice mbed FastPWM SimpleDMA

Fork of Pinscape_Controller by Mike R

Revision:
32:6e9902f06f48
Parent:
31:582472d0bc57
Child:
34:cbff13b98441
--- a/config.h	Fri Sep 25 18:49:53 2015 +0000
+++ b/config.h	Fri Sep 25 21:28:31 2015 +0000
@@ -101,7 +101,7 @@
 // here.
 const uint8_t DEFAULT_LEDWIZ_UNIT_NUMBER = 
 #ifdef ENABLE_JOYSTICK
-   0x01;   // joystick enabled - assume we're the primary KL25Z, so use unit #8
+   0x08;   // joystick enabled - assume we're the primary KL25Z, so use unit #8
 #else
    0x09;   // joystick disabled - assume we're a secondary, output-only KL25Z, so use #9
 #endif