Use accelerometer to interrupt.

Dependencies:   mbed SDFileSystem

Fork of shomberg_hw_7 by Russell Shomberg

Revision:
28:a59485b1626b
diff -r a8ac1c609375 -r a59485b1626b dataLog.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dataLog.h	Fri Nov 16 19:53:25 2018 +0000
@@ -0,0 +1,14 @@
+#ifndef DATALOG_H
+#define DATALOG_H
+
+#include "mbed.h"
+#include "SDFileSystem.h"
+
+#define PIN_SD_MOSI     p5
+#define PIN_SD_MISO     p6
+#define PIN_SD_SCLK     p7
+#define PIN_SD_CS       p8
+
+
+
+#endif
\ No newline at end of file