I am an arduino enthusiast and i am new to it.just wanted to know weather the micro processor itself could create a file in its memory while its is running. I know that it is possible to read a write from a file in c++ but is it possible to do so in an arduino (while it's running).
|
To answer the original question: Basically, yes, you can write libraries to implement a file system using the memories of an embedded microcontroller. Anyway: |
|||
|