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:
parent
a349130cc3
commit
fe784892e0
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue