Skip to content

Releases: RogueRobotics/RogueSD

RogueSD v2.0.0

14 Jan 17:21
Compare
Choose a tag to compare

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_char deprecation.
  • Fixed close(), fileCount(), and entryToFilename().
  • Fixed some compiler warnings.
  • Fixed return logic from remove().
  • Fixed readln() bug for reading more than 127 bytes.
  • License file updated to MIT license.