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
setting.h@11:3b5e035ffef9, 2018-01-21 (annotated)
- Committer:
- rattokiller
- Date:
- Sun Jan 21 20:40:24 2018 +0000
- Revision:
- 11:3b5e035ffef9
- Parent:
- 2:f59bd5312559
programma con scrittura sd con concorenza
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
NdA994 | 2:f59bd5312559 | 1 | #ifndef __SETTING__ |
NdA994 | 2:f59bd5312559 | 2 | #define __SETTING__ |
NdA994 | 2:f59bd5312559 | 3 | |
NdA994 | 2:f59bd5312559 | 4 | #include "mbed.h" |
rattokiller | 11:3b5e035ffef9 | 5 | #include "rtos.h" |
NdA994 | 2:f59bd5312559 | 6 | #include "lettoreSD.h" |
NdA994 | 2:f59bd5312559 | 7 | |
rattokiller | 11:3b5e035ffef9 | 8 | #include "messaggi.h" |
rattokiller | 11:3b5e035ffef9 | 9 | #include "sd_binario.h" |
NdA994 | 2:f59bd5312559 | 10 | Serial pc(USBTX, USBRX); |
NdA994 | 2:f59bd5312559 | 11 | |
NdA994 | 2:f59bd5312559 | 12 | void init(){ |
NdA994 | 2:f59bd5312559 | 13 | pc.baud(921600); |
NdA994 | 2:f59bd5312559 | 14 | } |
NdA994 | 2:f59bd5312559 | 15 | |
rattokiller | 11:3b5e035ffef9 | 16 | #include "lettoreSD.h" |
rattokiller | 11:3b5e035ffef9 | 17 | #include "accellerometro.h" |
rattokiller | 11:3b5e035ffef9 | 18 | |
NdA994 | 2:f59bd5312559 | 19 | |
NdA994 | 2:f59bd5312559 | 20 | |
NdA994 | 2:f59bd5312559 | 21 | |
NdA994 | 2:f59bd5312559 | 22 | #endif |