Quote:
Originally Posted by The_Colonel
Does anybody know what the value being returned by getRaw() actually signifies? and how is it distinct from get()?
|
Look at the file "Encoder.java" in the WPILib source code folder installed on your development computer.
Search for get() and getRaw() and look at the comment section preceding each method.