Unina Corse EL / Mbed 2 deprecated f4_sd_imu_4

Dependencies:   SDFileSystem_conMOD mbed-rtos mbed

Fork of f4_sd_imu_4 by ratto killer

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