Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
### Releases v1.1.0

1. Add supports to `EEPROM.put()` and `EEPROM.get()` for efficiently writing and reading the whole object. 
2. Add `_commitASAP` flag to permit reduce the number of calls to `EEPROM.commit()` to extend the flash life.
3. Add many modified examples from [Arduino EEPROM library](https://www.arduino.cc/en/Reference/EEPROM)
4. Fix bug.
  • Loading branch information
khoih-prog committed Jan 27, 2021
1 parent cc99b40 commit 8c3d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* [1. W5500_Blynk on Adafruit SAMD51 ITSYBITSY_M4 using W5500 Ethernet shield](#1-w5500_blynk-on-adafruit-samd51-itsybitsy_m4-using-w5500-ethernet-shield)
* [2. StoreNameAndSurname on SAMD21 SEEED_XIAO_M0](#2-storenameandsurname-on-samd21-seeed_xiao_m0)
* [2.1. No data, input then save](#21-no-data--input-then-save)
* [2.2. Data retention after reset](#21-data-retention-after-reset)
* [2.2. Data retention after reset](#22-data-retention-after-reset)
* [3. EEPROM_Clear on SAMD21 SEEED_XIAO_M0](#3-eeprom_clear-on-samd21-seeed_xiao_m0)
* [4. EEPROM_get on SAMD21 SEEED_XIAO_M0](#4-eeprom_get-on-samd21-seeed_xiao_m0)
* [FAQ](#faq)
Expand Down

0 comments on commit 8c3d200

Please sign in to comment.