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
Diff: setting.h
- Revision:
- 2:f59bd5312559
- Child:
- 11:3b5e035ffef9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setting.h Mon Nov 20 22:18:10 2017 +0000 @@ -0,0 +1,18 @@ +#ifndef __SETTING__ +#define __SETTING__ + +#include "mbed.h" + +#include "lettoreSD.h" + +Serial pc(USBTX, USBRX); + +void init(){ + pc.baud(921600); +} + + + + + +#endif \ No newline at end of file