adm34 / arduino

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

Add seek() support to SD File class. #417

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

The ability to seek within SD files.  This might also require a new mode 
parameter to the open() function which is read/write but neither truncate nor 
append (i.e. points at the start of the file without affecting its contents).

Original issue reported on code.google.com by dmel...@gmail.com on 29 Nov 2010 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 24 Dec 2010 at 6:01