소스 검색

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…
취소
저장