|
Re: How to program the Xbox 360 Wired Controller...
On the subject of the toggle, that is a little more complex. First, you'll need a rising edge trigger, so that the toggle doesn't get called multiple times in rapid succession. Then you'll need to send that value into the future, a shift register or something. Last, run both into an exclusive or. This is how you would do it (see attached).
__________________
'Why are you a programer?' --Team Captain
'Because the robot isn't complicated enough!' --Me
|