Skip to content

Commit d1c65a6

Browse files
committed
Add link to PROGMEM page from Serial.print()'s mention of F()
1 parent 971576d commit d1c65a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/print.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An optional second parameter specifies the base (format) to use; permitted value
3131
* `Serial.println(1.23456, 2) gives "1.23"` +
3232
* `Serial.println(1.23456, 4) gives "1.2346"`
3333

34-
You can pass flash-memory based strings to Serial.print() by wrapping them with F(). For example:
34+
You can pass flash-memory based strings to Serial.print() by wrapping them with link:../../../../variables/utilities/progmem[F()]. For example:
3535

3636
`Serial.print(F(“Hello World”))`
3737

0 commit comments

Comments
 (0)