|
Re: Increase a value using a joystick
I'd have a feedback node/shift register storing the current value, and each iteration the value of the joystick adds to it. It'd probably be a good idea to make a separate loop in periodic tasks so that you get a constant rate.
What are you using this for?
|