itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Multifile and directory support in SD library. #565

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
A better wrapper for sdfat lib.
With function like:
- File.isDir()
- File.isFile()
- File.isSubDir()
- File.isRoot()
- File.ls() (if File.isDir() = true)
- Overload of SD.begin like SD.begin(SS_PIN,SD_SPEED)
- Multi-File support (using an sdfile array internaly in SD.h)

Why?
Because the actual wrapper have to few function to be really usefull.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

Original issue reported on code.google.com by skywodd on 26 Jun 2011 at 5:32

GoogleCodeExporter commented 9 years ago
Most of this has been committed (work by Limor) and will be in 1.0: 
https://github.com/arduino/Arduino/commit/059bc5f0224efc2b15489fae99a9f49dc15f1b
53

If there are other specific additions you'd like to see, it's probably best to 
open a new issue for those.

Original comment by dmel...@gmail.com on 1 Aug 2011 at 1:28

GoogleCodeExporter commented 9 years ago
It's totally awesome !
You rocks !

Original comment by skywodd on 1 Aug 2011 at 8:01