Great, so I may just add that optional constant SD_BLOCK_SIZE

You should also be careful about stopping your reads in the middle of
a block. I think the working (but not proper) way to stop in the
middle of a block is to de-activate the chip select line. If the chip
select line stays active, the sd card will assume the next thing you
try to do is a read. Even if you are trying to send a command.

The proper way of course is to just dummy read the rest of the block.

I do wish to improve the lib and I very much appreciate your input!

Matt.

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to