Hello all
I'm wondering if someone can post a working copy of gamecontroller.ino:
Could someone paste the raw text in a post or attach the file?
It seems like the gamecontroller.ino file from mediafire is missing a chunk of the file.
It starts at line:
JoyState_t joySt; // Include joySt
I have tested this on Win/OSX and downloaded many times with this same issue.
I cannot verify the code from here as it throws the error of:
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Mac OS X), Board: "Arduino Leonardo"
Gamecontroller:1: error: 'JoyState_t' does not name a type
Gamecontroller.ino: In function 'void setup()':
Gamecontroller

error: 'joySt' was not declared in this scope
Gamecontroller.ino: In function 'void loop()':
Gamecontroller:311: error: 'joySt' was not declared in this scope
Gamecontroller:326: error: 'Joystick' was not declared in this scope