Skip to content

Commit

Permalink
Merge pull request #1176 from V205Github/patch-1
Browse files Browse the repository at this point in the history
Added some stuff to EEPROM section
  • Loading branch information
jacobhylen authored Jul 13, 2023
2 parents e7b3bb0 + e70efcd commit 7e6296c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7e6296c

Please sign in to comment.