|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#4
|
||||
|
||||
|
Re: Print into User Messages on DS
Some uncompiled code:
Code:
DriverStationLCD ds = DriverStationLCD::GetInstance(); int val = 42; ds.Printf(DriverStationLCD::kUser_Line1, "My Value is: %d", val); ds.UpdateLCD(); // Call at the end of teleop periodic if you're doing multiple printfs. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|