Browse Source

Update README.md

main
Bill Greiman 6 years ago
parent
commit
ac140d1ac9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

This version of SdFat has been modified to use standard POSIX/Linux This version of SdFat has been modified to use standard POSIX/Linux
definitions of open flags from fcntl.h. definitions of open flags from fcntl.h.


Open flags are include access modes, O_RDONLY, O_RDWR, O_WRONLY, and modifiers
Open flags are access modes, O_RDONLY, O_RDWR, O_WRONLY, and modifiers
O_APPEND, O_CREAT, O_EXCL, O_SYNC, O_TRUNC. O_APPEND, O_CREAT, O_EXCL, O_SYNC, O_TRUNC.


Rename this folder SdFat and place it in the standard place for libraries. Rename this folder SdFat and place it in the standard place for libraries.

Loading…
Cancel
Save