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 Daniel Levine

Revisions of dataRecorder.cpp

Revision Date Message Actions
13:91350588d530 2018-07-11 added /fs/ to be able to actually read and write to text file denoting log number File  Diff  Annotate
12:c09a50d9469a 2018-04-27 Added incrementor that uses a designated text file trialNum.txt to write an integer and to increment that integer everytime it is read. File  Diff  Annotate
11:c70e8305ddd7 2018-04-10 Fixed SD Card. Get Kalman Angle and prox, with arbitrarily many data fields as needed now. Also added indicator light - red for logging, green for in process of saving. Blue is defautly there to let know that system IMU is working. File  Diff  Annotate
10:f5fdba83488a 2018-04-07 added field to change number of data fields to be written File  Diff  Annotate
9:a2ba4015796e 2018-04-06 removed some print statements for speed File  Diff  Annotate
5:0a4ff027086c 2018-04-05 bugs ironed out. Uses circular buffer and saves information. File  Diff  Annotate
3:df8fb1b5d868 2018-04-04 Corrected a lot of small errors. Stil some more left. File  Diff  Annotate
2:c2cfb0ebc3bd 2018-04-04 Completed first round. Now need to bug check File  Diff  Annotate
1:45627bbdeb69 2018-04-03 Heavily revised and refactored code. SDCardReader class should be about pat, before reviewing syntax bugs. DataRecorder needs to be fleshed out using SDCardReader Implementation. File  Diff  Annotate
0:ebe71c7e7854 2018-04-03 SD Card Reading library testbed; File  Diff  Annotate