From e70efcdf51b69bdc4ea3ef46d041719acddcf0a3 Mon Sep 17 00:00:00 2001 From: V205Github <138826219+V205Github@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:12:39 -0700 Subject: [PATCH] Added some stuff to reprint section --- .../boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md index 600f5b7c6b..07c5a2f498 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md @@ -257,6 +257,7 @@ To learn more about the RTC capabilities of the UNO R4 Minima, check out the [RT ## EEPROM EEPROM, also referred to as 'data' memory, is a type of memory that can retain data even after the board has been powered off. +The Arduino Uno R4 Minima has 8 kB EEPROM. ```arduino EEPROM.write(address, val);