You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  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. }