Ви не можете вибрати більше 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. }