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
- Committer:
- rattokiller
- Date:
- 2018-01-21
- Revision:
- 11:3b5e035ffef9
- Parent:
- 2:f59bd5312559
File content as of revision 11:3b5e035ffef9:
#ifndef __SETTING__ #define __SETTING__ #include "mbed.h" #include "rtos.h" #include "lettoreSD.h" #include "messaggi.h" #include "sd_binario.h" Serial pc(USBTX, USBRX); void init(){ pc.baud(921600); } #include "lettoreSD.h" #include "accellerometro.h" #endif