New Arduino Mega 2560 rev 3 has arrived. I tested it by putting the blink sketch on it without issue.
Here is what I have done...
Open sketch and upload it to the mega - loaded fine. No errors.
Put it in DFU mode and run "turnintoajoystick"- loaded fine. no errors. (this is where I had errors before with the clone)
unplugged and plugged it back in.
I am still not getting a button press registered on input 32. I think it should register as a button press in the gamepad properties. Can you confirm that ProcessedMeat?
Also, I am getting horizontal mouse movement when using the spinner with inputs 20/21 but not with 18/19 and 2/3.
Also, I am getting x,y, and z movement with input in A0, A1 and A2. Shouldn't one of them be x axis, one be the y axis and one be the z axis?
These are the same results I was getting with the clone mega except the mouse no longer wanders across the screen without any input so I guess that is progress.
Is checking in the gamepad properties the right place to be checking these inputs? Maybe I am missing something. Any help would be really cool. thanks.
...