Use accelerometer to interrupt.
Dependencies: mbed SDFileSystem
Fork of shomberg_hw_7 by
Diff: dataLog.h
- Revision:
- 28:a59485b1626b
--- /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