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.
2 parents 4ca291e + ed21ef0 commit 2065248Copy full SHA for 2065248
Language/Functions/Communication/Serial/print.adoc
@@ -30,7 +30,7 @@ An optional second parameter specifies the base (format) to use; permitted value
30
* `_Serial_.print(78, HEX)` gives "4E" +
31
* `_Serial_.print(1.23456, 0)` gives "1" +
32
* `_Serial_.print(1.23456, 2)` gives "1.23" +
33
-* `_Serial_.print(1.23456, 4)` gives "1.2345"
+* `_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:
36
0 commit comments