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

Auto generated API documentation and code listings for CircularBufferSDCardLib

Classes

DataRecorder Data Recorder is a class that stores data measurements in a ring buffer

Code

dataRecorder.cpp [code]
dataRecorder.h [code]
exampleMain.cpp [code]
sdCardReader.cpp [code]
sdCardReader.h [code]