wii

zackon1's picture

hi i am using my friends wii mote and i want to know if i click the + it would go up one and hold and if i click a nothother time it moves up and holds and for the - as well ( o this is to move a circle up an down )

franz's picture
Re: wii

use a counter patch and plug the "+" to the increasing signal pin, and the "-" to the decreasing signal pin

zackon1's picture
Re: wii

hi thanks and how do i make it go [0,1......0,2.....0,3] instead of [0.......1]

zackon1's picture
Re: wii

hi thanks and how do i make it go [0,1......0,2.....0,3] instead of [0.......1]

franz's picture
Re: wii

divide by ten

zackon1's picture
Re: wii

franz wrote:
divide by ten

like this

PreviewAttachmentSize
Screen shot 2012-05-25 at 3.23.33 PM.png
Screen shot 2012-05-25 at 3.23.33 PM.png55.46 KB

dust's picture
Re: wii

the math needs to be after the counter like this

PreviewAttachmentSize
Screen Shot 2012-05-25 at 10.53.06 AM.png
Screen Shot 2012-05-25 at 10.53.06 AM.png40.2 KB

zackon1's picture
Re: wii

dust wrote:
the math needs to be after the counter like this
thank you