選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
433B

  1. {
  2. "name": "SerialFlash",
  3. "keywords": "serial, flash, spi",
  4. "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.",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/PaulStoffregen/SerialFlash.git"
  9. },
  10. "frameworks": "arduino",
  11. "platforms": "*"
  12. }