Open GoogleCodeExporter opened 8 years ago
ah, forgot to mention:
That might be the problem of S.MartelJr (comment #1 in issue #1).
Original comment by darktemp...@gmail.com
on 6 Jan 2011 at 9:58
I too noticed this issue, thank you for the solution.
Confirmed that is does indeed fix the solution;
digitalWrite(A, (state & SNES_A) > 0);
digitalWrite(X, (state & SNES_X) > 0);
digitalWrite(L, (state & SNES_L) > 0);
digitalWrite(R, (state & SNES_R) > 0);
Original comment by ashley.v...@gmail.com
on 22 Apr 2015 at 9:26
Thanks for submitting and solving bugs. :) I haven't touched this library since
I made it but people have been making good use of it so it's mostly doing its
job. I'll incorporate this and anything else that people have discovered while
I move the project over to github (Google Code is closing down). I'll credit
everyone as well.
Original comment by rah...@gmail.com
on 26 Apr 2015 at 3:21
Original issue reported on code.google.com by
darktemp...@gmail.com
on 6 Jan 2011 at 9:56