I'm testing out an accelerometer and I want to know if there's a way to make it so that the serial monitor will update the values without printing a new line. Ideally the serial monitor would say something like:
Accelerometer X: $xval
Accelerometer y: $yval
and then instead of printing two new lines each time, it just updates the values. Is there anyway to do that in Arduino? Thanks.