Gestione accelerometro e scrittura su SD da F4

Dependencies:   SDFileSystem1 mbed

Fork of SDFileSystem_HelloWorld by mbed official

Revision:
2:f59bd5312559
--- /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