Hi,
I am using the openlog to store data using a TI mcu. I am able to log text without any problems. However, I require to log floating point values and would like to avoid the use of sprint() to convert numbers to strings.
I saw some forums mentioning the use of file as a binary file (or as a CSV file) but I could not find any documentation as to how to do it.
It would be extremely helpful if someone could guide me how to do this.