Eddie 36 position encoders
Hi All,
Just installed the new encoders on my robot with the eddie controller board on it, as soon as I call the qaud encoder object every thing locks up.
Here is some simple code that I've tried , nothing works until I comment out the encoder start and reload the program.
I'm guessing that 2 pin's are being called for the same job but I can't find it, any help would be great.
Brian
Just installed the new encoders on my robot with the eddie controller board on it, as soon as I call the qaud encoder object every thing locks up.
Here is some simple code that I've tried , nothing works until I comment out the encoder start and reload the program.
I'm guessing that 2 pin's are being called for the same job but I can't find it, any help would be great.
Brian
Comments
Sorry, haven't used the new encoders...
I don't get much time in the summer for robot stuff ,to much baseball ,4h ,soccer and other kid related stuff.
The encoders are not the problem ,just calling the encoder object for 2 encoders starting at pin 0 locks up the eddie board.
I'm not sure if I have the clock set wrong or if there is somthing else using pin 0-4.
here is my start code.
Thanks'
Brian
I knew it was something dump.
Right: coder.start(0,2,2 , @spot) Wrong: coder.start(0,2,2,spot)
Brian