I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after I added that into my program, I still can start with this:
File * hfile;
Something like this and it prompt me an error!