I have a set of readings inside (sd card) this way:
22,2451.541
44,412.1
77,4452
11,654121.2114
I want to read from (sd) a line line in order from one line to the last line, each time the value of the read line is placed in variable (a)
Each line is analyzed in this way:
a=11,654121.2114;
f=11;
h=654121.2114;
//While keeping the figures as they are h=654121.2114