Hello,
I have a large csv (~60k lines) on an SD card that I'd like to read one line at a time with a MEGA over the course of a month. All of the lines are the same exact length (32 characters) and end with a line return. A short example is attached.
I've been able to modify the getline and fgets examples included in the SdFat library to meet my needs. Is there any reason to use one approach over the other?
This question is prompted by the note in the getline example that this may not be the best way to read a file.
thanks for any insight.
readnum.txt (97 Bytes)