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 971576d commit d1c65a6Copy full SHA for d1c65a6
Language/Functions/Communication/Serial/print.adoc
@@ -31,7 +31,7 @@ An optional second parameter specifies the base (format) to use; permitted value
31
* `Serial.println(1.23456, 2) gives "1.23"` +
32
* `Serial.println(1.23456, 4) gives "1.2346"`
33
34
-You can pass flash-memory based strings to Serial.print() by wrapping them with F(). For example:
+You can pass flash-memory based strings to Serial.print() by wrapping them with link:../../../../variables/utilities/progmem[F()]. For example:
35
36
`Serial.print(F(“Hello World”))`
37
0 commit comments