A set of data recording functions to locally store data in a circular buffer, with functions for offloading to an SD Card when convenient. dataRecorderr.h shows accessible functions to the main program - all direct SD operations are abstracted away by the library. When using this library, #include dataRecorder.h
Dependencies: sd-driver_compatible_with_MAX32630FTHR
Fork of CircularBufferSDCardLib by
.gitignore@13:91350588d530, 2018-07-11 (annotated)
- Committer:
- DVLevine
- Date:
- Wed Jul 11 07:06:04 2018 -0400
- Revision:
- 13:91350588d530
- Parent:
- 0:ebe71c7e7854
added /fs/ to be able to actually read and write to text file denoting log number
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DVLevine | 0:ebe71c7e7854 | 1 | .build |
DVLevine | 0:ebe71c7e7854 | 2 | .mbed |
DVLevine | 0:ebe71c7e7854 | 3 | projectfiles |
DVLevine | 0:ebe71c7e7854 | 4 | *.py* |