Skip to content

Commit 98d6c8b

Browse files
committed
Update memory-guide.md
1 parent b263676 commit 98d6c8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ Remember that the `heap` section is where variables created during the run time
238238
- **`__heap_start`**: the beginning of the `heap` section.
239239
- **`__brkval`**: the last memory address pointer used by the `heap`.
240240

241-
**ADD REFERENCE HERE, DOES THIS WORKS FOR ARM ALSO?**
242-
243241
### EEPROM Memory Measurement
244242

245243
EEPROM memory management can be done easily using native libraries already installed into the Arduino IDE. The `EEPROM` library can be used to read, write and erase the EEPROM memory. The following code shows how a byte of information can be stored in the EEPROM memory and then read using the `write` and `read` functions:

0 commit comments

Comments
 (0)