diff --git a/library.properties b/library.properties index b64d792..3397410 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=FlashStorage_SAMD version=1.3.1 author=Cristian Maglie , Khoi Hoang maintainer=Khoi Hoang -icense=GPLv3 +license=GPLv3 sentence=The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. paragraph=Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc). url=https://github.com/khoih-prog/FlashStorage_SAMD