Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_conMOD mbed-rtos mbed
Fork of f4_sd_imu_4 by
main.cpp
- Committer:
- NdA994
- Date:
- 2017-11-20
- Revision:
- 2:f59bd5312559
- Parent:
- 0:bdbd3d6fc5d5
- Child:
- 3:3b2b8b0955f9
File content as of revision 2:f59bd5312559:
#include "mbed.h" #include "setting.h" #include "lettoreSD.h" int main() { init(); printf("Hello World!\n\r"); initFile(); aperturaFile(); for(int i=0; i<1000; i++){ stampaFile("A1xxxxoooooggggggeeeeeeerrrryyyyynhgrgr#2\r\n"); } chiusuraFile(); aperturaFile(); for(int i=0; i<1000; i++){ stampaFile("A1xxxxoooooggggggeeeeeeerrrryyyyynhgrgr#2\r\n"); } chiusuraFile(); printf("Goodbye World!\n\r"); }