I am experimenting with odometry and am using optical shaft encoders, but I cannot get them to read anything when I try to have them read values on the controller any coding things that i need to add to get them to work??
Please note that you can only output lines on the controller. Each line can handle somewhere around 30-35 characters of text. You can realistically display 2 values per line. For the second value, you would set the cursor to about column 15.
Yeah, Controller.Screen.print() could take ints and doubles via special template override (see vex_controller.h line 445), but I would rather stick with more generic printf() formatting: