FSRW pread question
Don M
Posts: 1,652
Using FSRW when I invoke the pread function of reading x number of bytes I know that each time I call that routine it reads the next x number bytes each time. My question is can you go backwards reading the data? If so how is that done?
Comments
Can you post your code?
So do I understand this correctly- you invoke seek(pos) where pos is the byte position in the sd card file then from that point on it will be the new starting point for a block read?