PlatformIO Library Registry manifest file

* This library in Web Registry: http://platformio.org/#!/lib/show/125/SPIFlash
* Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html)
* Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
This commit is contained in:
Ivan Kravets 2015-01-16 21:40:15 +02:00
parent a349130cc3
commit fe784892e0
1 changed files with 12 additions and 0 deletions

12
library.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "SPIFlash",
"keywords": "flash, spi",
"description": "Library for read/write access to SPI flash memory chips",
"repository":
{
"type": "git",
"url": "https://github.com/LowPowerLab/SPIFlash.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}