Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Bill Greiman b57a2dedfc Update README.md před 6 roky
examples Add new Partiicle IoT driver před 6 roky
extras Add new Partiicle IoT driver před 6 roky
src Fix open flag bug před 6 roky
.gitattributes :confetti_ball: Added .gitattributes & .gitignore files před 11 roky
.gitignore :confetti_ball: Added .gitattributes & .gitignore files před 11 roky
README.md Update README.md před 6 roky
library.properties Add new Partiicle IoT driver před 6 roky

README.md

Warning: This beta is no longer up to date with the release SdFat.

Please use the current version of SdFat.

Changes Version 1.0.10:

Initial test version for Particle Gen3 mesh.

Changes Version 1.0.9:

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

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

The mods required changing the type for open flags from uint8_t to int so bugs are likely if any uint8_t local variables were missed.