|
Re: Getting speed from an encoder
i am not sure if this will give the same result, but the WPI libs already have an encoder class, and it can give rate in distance. theoretically this is the same, but what ever. im not sure if you are writing your own, but, if you want just he encoder funtions, they are as follows.
Encoder.setDistancePerPulse(x);
Encoder.getRate();
not sure what you wanted but i hope i could help ^_^ good luck ^_^
__________________
"you can build a perfect machine out of imperfect parts" -Urza
|