Skip to content

Commit b5676f4

Browse files
authored
Merge pull request #313 from verypurple/patch-1
Update memory-guide.md
2 parents 0a55130 + faa3599 commit b5676f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The following table shows basic value data types in Arduino:
411411
| **Type** | **Byte Length** | **Range of Values** |
412412
|:---------------:|:---------------:|:-------------------------------:|
413413
| `boolean` | 1 | Limited to logic true and false |
414-
| `char` | 1 | -128 to 128 |
414+
| `char` | 1 | -128 to 127 |
415415
| `unsigned char` | 1 | 0 to 255 |
416416
| `byte` | 1 | o to 255 |
417417
| `int` | 2 | -32,768 to 32,767 |
@@ -447,4 +447,4 @@ Memory architectures in microcontroller-based systems is a pretty vast topic; if
447447

448448
[1] S. F. Barrett and D. J. Pack, Microchip AVR® Microcontroller Primer: Programming and Interfacing, Third Edition (Synthesis Lectures on Digital Circuits and Systems), Morgan & Claypool, 2019. <br />
449449
[2] J. Y. Yiu, The Definitive Guide to ARM Cortex -M0 and Cortex-M0+ Processors, Second ed., Newnes, 2015.<br />
450-
[3] J. Yiu, The Definitive Guide to ARM® Cortex®-M3 and Cortex®-M4 Processors, Third ed., Newnes, 2014.<br />
450+
[3] J. Yiu, The Definitive Guide to ARM® Cortex®-M3 and Cortex®-M4 Processors, Third ed., Newnes, 2014.<br />

0 commit comments

Comments
 (0)