Quote:
Originally Posted by dmitch
How do i wire and code the digital encoders from the KOP to work on the robot? I am using C++.
|
wire: Channel A and Channel B each go a DIO. see this document:
http://usdigital.com/first
code: there's an Encoder class in the WPI library that came with the C++ installation.