Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 575B

1234567891011121314151617181920
  1. ### Warning: This beta is no longer up to date with the release SdFat.
  2. ### Please use the current version of SdFat.
  3. Changes Version 1.0.10:
  4. Initial test version for Particle Gen3 mesh.
  5. Changes Version 1.0.9:
  6. This version of SdFat has been modified to use standard POSIX/Linux
  7. definitions of open flags from fcntl.h.
  8. Open flags are access modes, O_RDONLY, O_RDWR, O_WRONLY, and modifiers
  9. O_APPEND, O_CREAT, O_EXCL, O_SYNC, O_TRUNC.
  10. The mods required changing the type for open flags from uint8_t to int so
  11. bugs are likely if any uint8_t local variables were missed.