Use accelerometer to interrupt.
Dependencies: mbed SDFileSystem
Fork of shomberg_hw_7 by
dataLog.cpp@28:a59485b1626b, 2018-11-16 (annotated)
- Committer:
- rshomberg
- Date:
- Fri Nov 16 19:53:25 2018 +0000
- Revision:
- 28:a59485b1626b
Code compiles. Need to test. Very ugly!
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rshomberg | 28:a59485b1626b | 1 | #include "mbed.h" |
rshomberg | 28:a59485b1626b | 2 | #include "dataLog.h" |
rshomberg | 28:a59485b1626b | 3 | #include "SDFileSystem.h" |
rshomberg | 28:a59485b1626b | 4 | #include "sensors.h" |
rshomberg | 28:a59485b1626b | 5 | |
rshomberg | 28:a59485b1626b | 6 | |
rshomberg | 28:a59485b1626b | 7 |