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@2:f59bd5312559, 2017-11-20 (annotated)
- Committer:
- NdA994
- Date:
- Mon Nov 20 22:18:10 2017 +0000
- Revision:
- 2:f59bd5312559
- Child:
- 11:3b5e035ffef9
Libreria per scrittura su Sd completa. Ho eseguito dei test per vedere se l'accelerometro reggeva la scrittura ed hanno dato esiti positivi.
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" |
NdA994 | 2:f59bd5312559 | 5 | |
NdA994 | 2:f59bd5312559 | 6 | #include "lettoreSD.h" |
NdA994 | 2:f59bd5312559 | 7 | |
NdA994 | 2:f59bd5312559 | 8 | Serial pc(USBTX, USBRX); |
NdA994 | 2:f59bd5312559 | 9 | |
NdA994 | 2:f59bd5312559 | 10 | void init(){ |
NdA994 | 2:f59bd5312559 | 11 | pc.baud(921600); |
NdA994 | 2:f59bd5312559 | 12 | } |
NdA994 | 2:f59bd5312559 | 13 | |
NdA994 | 2:f59bd5312559 | 14 | |
NdA994 | 2:f59bd5312559 | 15 | |
NdA994 | 2:f59bd5312559 | 16 | |
NdA994 | 2:f59bd5312559 | 17 | |
NdA994 | 2:f59bd5312559 | 18 | #endif |