Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello, I have a program for my LP1768 wich write in a file:
LocalFileSystem local("local"); int main() { FILE *fp; fp = fopen("/local/data.dat", "w+"); ......... fprintf(fp,"AXE1 x=%d y=%d z=%d\n\r",MMA1.x,MMA1.y,MMA1.z); // fclose(fp); }My problem is that this file (data.dat) is invisible in my files explorer under W10, I can see the MBED drive but my file is not visible. Thanks for your help
Michel