Correct array type and SDFat saving.

I would like to save to my card in CSV format.

That means that you have to output all the values as ASCII strings with commas between them so it doesn't matter whether the variables are char, int or float. They'll all end up as strings anyway.

Pete