Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 lines
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. }