Text Blocks

Text String (text)

Represents a string of text.

Arduino Generates

"Hello"

Prints text to the Serial monitor.

Arduino Generates

Serial.println("Hello");