Text Blocks
Text String (text)
Represents a string of text.
Arduino Generates
"Hello"
Print Text (text_print)
Prints text to the Serial monitor.
Arduino Generates
Serial.println("Hello");
text)Represents a string of text.
"Hello"
text_print)Prints text to the Serial monitor.
Serial.println("Hello");