What is the syntax for Serial.println() function?

The Serial.println() function prints data to the serial port as human-readable ASCII text followed by a carriage return character. The syntax is Serial.println(val).

Related Questions