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 a476674 + e825490 commit 61a0af9Copy full SHA for 61a0af9
content/learn/03.programming/06.memory-guide/memory-guide.md
@@ -413,7 +413,7 @@ The following table shows basic value data types in Arduino:
413
| `boolean` | 1 | Limited to logic true and false |
414
| `char` | 1 | -128 to 127 |
415
| `unsigned char` | 1 | 0 to 255 |
416
-| `byte` | 1 | o to 255 |
+| `byte` | 1 | 0 to 255 |
417
| `int` | 2 | -32,768 to 32,767 |
418
| `unsigned int` | 2 | 0 to 65,535 |
419
| `word` | 2 | 0 to 65,535 |
0 commit comments