|
Re: Printing values to user messages box
You need to use standard printf formatting.
Your line should be something like:
lcd->Printf(DriverStationLCD::kUser_Line3, 1, "Rate: %f", shooterOne->GetSpeed ());
Also, calling the Clear() method first tends to prevent weird overwriting problems that muddle the output.
__________________
The difficult we do today; the impossible we do tomorrow. Miracles by appointment only.
Lone Star Regional Troubleshooter
|