We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adbd5ec + c1fa758 commit 70c4f62Copy full SHA for 70c4f62
Language/Functions/Communication/Serial/print.adoc
@@ -100,7 +100,7 @@ void loop() {
100
for (int x = 0; x < 64; x++) { // only part of the ASCII chart, change to suit
101
// print it out in many formats:
102
Serial.print(x); // print as an ASCII-encoded decimal - same as "DEC"
103
- Serial.print("\t\t"); // prints two tabs to accomodate the label lenght
+ Serial.print("\t\t"); // prints two tabs to accomodate the label length
104
105
Serial.print(x, DEC); // print as an ASCII-encoded decimal
106
Serial.print("\t"); // prints a tab
0 commit comments