浏览代码

Merge pull request #21 from drewrisinger/master

Update Readme for File Erase
main
Paul Stoffregen 8 年前
父节点
当前提交
3485e95b99
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -48,9 +48,9 @@ SerialFlash automatically detects SPI Flash chip type and capacity to automatica

file.write(buffer, 256);
Several limitations apply to writing. Only previously unwritten portions of the file may be written. Files sizes can never change. Writes may only be done within the file's original size.
Several limitations apply to writing. Only previously unwritten portions of the file may be written. File sizes can never change. Writes may only be done within the file's original size.

file.erase(); // not yet implemented
file.erase();
Only files created for erasing can be erased. The entire file is erased to all 255 (0xFF) bytes.

正在加载...
取消
保存