Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Bill Greiman ac140d1ac9 Update README.md 6 лет назад
examples Test version for Particle mesh devices 6 лет назад
extras Test version for Particle mesh devices 6 лет назад
src Test version for Particle mesh devices 6 лет назад
.gitattributes :confetti_ball: Added .gitattributes & .gitignore files 10 лет назад
.gitignore :confetti_ball: Added .gitattributes & .gitignore files 10 лет назад
README.md Update README.md 6 лет назад
library.properties Test version for Particle mesh devices 6 лет назад

README.md

Warning: This beta is for testing with Particle IoT mesh devices.

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.

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

I tested with a particle CLI project with a SdFat in a lib

 \Users\bill\Documents\Particle\projects\SdFatMod>ls *
README.md  argon_firmware_1545324931631.bin  project.properties

lib:
SdFat

src:
SdFatMod.ino

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.