Browse Source

Update readme

main
PaulStoffregen 10 years ago
parent
commit
39fe328c7d
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      README.md

+ 11
- 0
README.md View File



These chips have been tested with SerialFlash: These chips have been tested with SerialFlash:


Winbond W25Q80BV (http://www.adafruit.com/product/1564)
Winbond W25Q128FV Winbond W25Q128FV
Winbond W25Q256FV Winbond W25Q256FV
Micron N25Q512A Micron N25Q512A


Files created for erasing automatically increase in size to the nearest number of erasable blocks, resulting in a file that may be 4K to 128K larger than requested. Files created for erasing automatically increase in size to the nearest number of erasable blocks, resulting in a file that may be 4K to 128K larger than requested.


### Delete A File

SerialFlash.remove(filename);

The actual space used by the file is not reclaimed. However, a new file with this name may be created after the original is deleted.

### Check If A File Exists (without opening)

SerialFlash.exists(filename);

### Directory Listing ### Directory Listing


SerialFlash.opendir(); SerialFlash.opendir();

Loading…
Cancel
Save