Hello,
I am attempting to read values from a text file on a SD card and am having trouble understanding the syntax. The text File consists of integers ranging from 1-6500 and are delimitated by carriage returns. I need to be able to use these values in the form of integers. I thought about storing them in an array but I realized that this would max the storage of the Arduino Uno. So I need to be able to read the values individually without losing my place in the text file. I would like some direction on what I could use to accomplish this.
Thanks