Quote:
Originally Posted by jhersh
If you are using the DriverStationLCD class, you can call:
Code:
myDS_LCD->Printf(DriverStationLCD::kUser_Line1, 1, "%d", encoderValue);
myDS_LCD->UpdateLCD();
|
Thank you, we ended up figuring it out. FINALLY THE TROUBLE WITH ENCODERS IS OVER!!