|
printf() syntax and parameters
I've been looking at using the printf() function to display joystick values, but I'm a little confused about the proper syntax and parameter usage to make the code work. I want to do the following:
Result text in IO:
X 126 Y 250 (Where 126 is the value of p1_x and 250 is the value of p1_y)
Could anyone enlighten me on this issue?
|