|
Re: Inputs for the Encoder
(I'm assuming you are using C++ for this...)
There are no specific inputs for the encoders. You specify the input module and channel in the constructor when you declare the encoder object. That declaration routes the channels to the appropriate part of the FPGA, which handles your counting and rate calculation.
-Jeff Erickson, FRC 41
|