We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f98025 commit 85affc4Copy full SHA for 85affc4
Language/Functions/Communication/Serial/print.adoc
@@ -32,7 +32,7 @@ An optional second parameter specifies the base (format) to use; permitted value
32
* `Serial.print(1.23456, 2)` gives "1.23" +
33
* `Serial.print(1.23456, 4)` gives "1.2346"
34
35
-You can pass flash-memory based strings to Serial.print() by wrapping them with link:../../../../variables/utilities/progmem[F()]. For example:
+You can pass flash-memory based strings to `Serial.print()` by wrapping them with link:../../../../variables/utilities/progmem[F()]. For example:
36
37
`Serial.print(F(“Hello World”))`
38
0 commit comments