Skip to content

Releases: Seeed-Studio/Seeed_Arduino_FS

release v2.1.3

05 Feb 07:04
ab01469

Choose a tag to compare

v2.1.1

16 Jul 03:00
d8ed40c

Choose a tag to compare

  • fixed: Class File add a operator =
  • reduce compile warning.
  • remove K210 support.
  • reorganize the library structure
  • remove SFUD, It shouldn't be here
  • remove more k210 relate code
  • update .travis.yml
  • update readme.
  • make read return size_t
  • fixed: Overloaded "=" operator needs to return * this
  • support wio lite ai sdmmc.
  • update examples

v2.0.3

22 Mar 08:41
a46ea3e

Choose a tag to compare

  • Fixed incorrect constant being used to test result from f_read( ), reversing logic as needed
  • add ~File(), close file while ~File()

v2.0.2

29 Dec 11:57
9fc18a0

Choose a tag to compare

  • Updated library.properties information

v2.0.1

29 Dec 10:13
d7fa4f6

Choose a tag to compare

  • Added const qualifier to File::operator bool()
  • Updated library.properties to v2.0.1

v2.0.0

01 Dec 12:44

Choose a tag to compare

  • fix: default mode to SD
  • fix: write function error in the flash

v1.1.1

17 Sep 00:35

Choose a tag to compare

Update issue templates

support POSIX mode flag

21 Jan 03:32
357a5a0

Choose a tag to compare

Merge pull request #1 from Seeed-Studio/beta

support POSIX opration

v1.0.0

14 Jan 06:11
566b25d

Choose a tag to compare

Update README.md