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

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
### Initial Version v1.0.0
1. Add support to SAMD51 family such as Itsy-Bitsy M4, etc.

Library is based on and modified from:
1. [Cristian Maglie's FlashStorage](https://github.com/cmaglie/FlashStorage)

The FlashStorage library aims to provide a convenient way to store and retrieve
user's data using the non-volatile flash memory of microcontrollers.

The flash memory, due to his properties, is generally used to store the firmware
code, but it can also be used to store user data.
  • Loading branch information
khoih-prog committed Mar 28, 2020
1 parent 90a20fe commit e42ad3b
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
@@ -1,5 +1,6 @@
# FlashStorage_SAMD library for Arduino

[![arduino-library-badge](https://www.ardu-badge.com/badge/FlashStorage_SAMD.svg?)](https://www.ardu-badge.com/FlashStorage_SAMD)

### Initial Version v1.0.0
1. Add support to SAMD51 family such as Itsy-Bitsy M4, etc.
Expand Down

0 comments on commit e42ad3b

Please sign in to comment.