Serial.formatPrint()

Prints decimal value and adds leading spaces to it. Printed value fits to specified number of characters.

	Serial.formatPrint(n, format)

n: a value to be printed.
format: minimum number of characters occupied.

a number of printed symbols