浏览代码

Update readme

main
PaulStoffregen 10 年前
父节点
当前提交
39fe328c7d
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      README.md

+ 11
- 0
README.md 查看文件



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();

正在加载...
取消
保存