Releases: RogueRobotics/RogueSD
Releases · RogueRobotics/RogueSD
RogueSD v2.0.0
RogueSD Arduino Library v2.0.0
Note: This release is incompatible with previous versions of the library, so if you are updating your sketch/code to use this new library, you will need to make changes to your code.
V2.0.0
- Tidy, formatting, etc.
- New method and member naming.
- Updated examples.
- Removed redundant status check in
sync() - Added check for trailing slash in path for
fileCount() - Changed default behaviour for
sync()/begin()to be non-blocking. - Changes due to
prog_chardeprecation. - Fixed
close(),fileCount(), andentryToFilename(). - Fixed some compiler warnings.
- Fixed return logic from
remove(). - Fixed
readln()bug for reading more than 127 bytes. - License file updated to MIT license.