Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JChristensen committed Feb 8, 2022
1 parent 88b0a63 commit 2b2bf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The library can be installed using the Arduino Library Manager. To install manua
## Examples
The following example sketch is included with the **JC_EEPROM Library**:
- **eepromTest:** Writes 32-bit integers to the entire EEPROM address space, starting at address 0 and continuing to the topmost address. These are then read back in and verified; any discrepancies are reported to the serial monitor.
- **struct:** Demonstrates writing a `struct` to EEPROM and reading it back.

## Enumerations

Expand Down

0 comments on commit 2b2bf78

Please sign in to comment.