Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e825490

Browse files
committed
Initial Commit
1 parent a476674 commit e825490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/learn/03.programming/06.memory-guide/memory-guide.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The following table shows basic value data types in Arduino:
413413
| `boolean` | 1 | Limited to logic true and false |
414414
| `char` | 1 | -128 to 127 |
415415
| `unsigned char` | 1 | 0 to 255 |
416-
| `byte` | 1 | o to 255 |
416+
| `byte` | 1 | 0 to 255 |
417417
| `int` | 2 | -32,768 to 32,767 |
418418
| `unsigned int` | 2 | 0 to 65,535 |
419419
| `word` | 2 | 0 to 65,535 |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /