Code for measuring the signal with a specified length and sampling rate, and saving it on a SD card.

Dependencies:   EALib I2S mbed

Revision:
0:c05b00be2229
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdcard.h	Thu Jul 13 19:33:37 2017 +0000
@@ -0,0 +1,14 @@
+#ifndef SDCARD_H
+#define SDCARD_H
+
+#include "MCIFileSystem.h"
+#include "mbed.h"
+
+
+void saveToSD(float signal[],int sig_length,char const *filename);
+
+
+
+
+
+#endif
\ No newline at end of file