add library.properties, update readme
This commit is contained in:
parent
dd7efcbef0
commit
49ae9275db
2 changed files with 14 additions and 1 deletions
|
|
@ -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
10
library.properties
Normal 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
|
||||
Loading…
Reference in a new issue