Hello,
I was wondering if it is possible to write variable data to a file. I have an array which holds values and wish for those values to be written into a text file of some sort.
Is it possible to do this, whether it be the Thymio II writing to an SD card or Aseba writing to the computer?
I know of the emit function, however I would like to be able to gather the data while the Thymio II is not plugged into the computer, and then retrieve the data in an easy format.
Any help would be appreciated.