Quote:
Originally Posted by CosmicCricket
I've read up on the WPILib API and it looks as if reading from the encoders should be as simple as declaring an encoder, and then sticking encoderName.Get() in a printf statement. As is the case with many things in programming, it is not that easy.
|
You need to
.Start() the encoder before it will return any values.