Use accelerometer to interrupt.
Dependencies: mbed SDFileSystem
Fork of shomberg_hw_7 by
dataLog.cpp@29:d33071ffaa5f, 2018-11-18 (annotated)
- Committer:
- rshomberg
- Date:
- Sun Nov 18 19:24:26 2018 +0000
- Revision:
- 29:d33071ffaa5f
- Parent:
- 28:a59485b1626b
working code. Tested. Works well.; Doesn't have ability to change interrupt.
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 |