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

Commit e42ad3b

Browse files
authored
v1.0.0
### 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.
1 parent 90a20fe commit e42ad3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# FlashStorage_SAMD library for Arduino
22

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

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

0 commit comments

Comments
 (0)