Hello,
Is it posible to read data from the SD-card.
Like this pseudo code:
Open file
While(not(eof))
read(value1,value2)
<processing the data>
Wend
Close File
my file contain the next format as an example
0 1
2 -4
4 6
etc
Please can you when possible with an example.
Thanks
Jan
Is it posible to read data from the SD-card.
Like this pseudo code:
Open file
While(not(eof))
read(value1,value2)
<processing the data>
Wend
Close File
my file contain the next format as an example
0 1
2 -4
4 6
etc
Please can you when possible with an example.
Thanks
Jan
Comment