瀏覽代碼

Create library.json

main
Ivan Kravets 9 年之前
父節點
當前提交
006f654f14
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      library.json

+ 12
- 0
library.json 查看文件

@@ -0,0 +1,12 @@
{
"name": "SerialFlash",
"keywords": "serial, flash, spi",
"description": "SerialFlash provides low-latency, high performance access to SPI Flash memory with a filesystem-like interface. Familiar file-based functions, similar to the SD library, are used to access data.",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/SerialFlash.git"
},
"frameworks": "arduino",
"platforms": "*"
}

Loading…
取消
儲存