The Joystick


DJWillis

Random GP32/GP2X/Wiz & Pandora Moocher
Joined
Jul 20, 2003
Messages
1,470
Age
45
Location
Bath, Somerset, UK
Website
www.distant-earth.com
Any chance Woogal/Squidge that you could pop the code (or better an exe) for your test case app here so everybody with a dev-board, beta unit etc. can run it and see how many switch reads they get with the joystick.

This should give us a consistent test rather then a few variations on a theme.

This should allow for a consensus of '8, 16 or GPH fucked up again ;)' and put the issue to bed as it seems all a little silly.
 
Not got access to my code or the exe at the minute, but it was just as basic as open /dev/gpio, then sit in a while loop reading from gpio and outputing the int using printf.
 
Here's mine. Doesn't use /dev/gpio though - reads from the hardware directly.

Source code and executable included.
 
Back
Top