Kiste, Just so you know. One of the issues I am working on with hard disk and sd card lib is that the pata_hd_read_data() procedure reads two bytes at a time. This is correct for hard drives, but it is not user friendly since it is hard to see which byte is first. I will be adding a pata_hd_read_byte() procedure for reading only one byte at a time.
SD card lib also reads two bytes at a time with sd_read_data(), but it is SPI, so only one byte should be read at a time. I will leave the old procedures in place and add new ones. For faster reading/writing, you should use read_sector() I have done many modifications already to the hard disk/sd card libraries, so let me know what suggestions you have so I may add them as well. As for fat32, it needs a lot more work to be more user friendly, and also should be able to read one byte at a time. It is lib beta at the moment. I also currently have a fat32_small library that I have not uploaded yet. This will be a tiny fat32 for smaller processors and will support only one file. 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.
