Skip to content

Commit 1e3c8d6

Browse files
committed
Note about capital L format in README.md
1 parent 3fb4e1b commit 1e3c8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Possible specifiers are:
220220
| --- | --- | --- |
221221
| **s** | string (char\*) | C-like string, not a "String" Arduino object. |
222222
| **f** | float |
223-
| **L** | int32_t | 32-bit signed value, value range: -2,147,483,648 to 2,147,483,647. |
223+
| **L** | int32_t | 32-bit signed value, value range: -2,147,483,648 to 2,147,483,647. Capital L is used because lowercase "l" looks like number one "1". |
224224
| **d** | int16_t | 16-bit signed value, value range: -32,768 to 32,767. |
225225
| **c** | char | 8-bit signed value, value range: -128 to 127. |
226226
| **x** | int32_t | Expects hexadecimal string (will store "10" or "0x10" csv as 16). |

0 commit comments

Comments
 (0)