add library.properties, update readme

This commit is contained in:
hathach 2022-01-11 19:36:47 +07:00
parent dd7efcbef0
commit 49ae9275db
No known key found for this signature in database
GPG key ID: 2FA891220FBFD581
2 changed files with 14 additions and 1 deletions

View file

@ -1,2 +1,5 @@
# Adafruit_InternalFlash
Internal Flash FAT FileSystem Support
This library provide a convenient way to use internal flash for FAT FileSystem. Currently support mcu cores are:
- SAMD21 from [adafruit/ArduinoCore-samd](https://github.com/adafruit/ArduinoCore-samd)

10
library.properties Normal file
View file

@ -0,0 +1,10 @@
name=Adafruit InternalFlash
version=0.0.1
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Internal Flash filesystem support for FAT
paragraph=Internal Flash filesystem support for FAT
category=Data Storage
url=https://github.com/adafruit/Adafruit_InternalFlash
architectures=*
depends=FlashStorage, SdFat - Adafruit Fork