First Commit
This commit is contained in:
9
libraries/SdFat/examples/ExFatLogger/ExFatLogger.h
Normal file
9
libraries/SdFat/examples/ExFatLogger/ExFatLogger.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// Avoid IDE problems by defining struct in septate .h file.
|
||||
// Pad record so size is a power of two for best write performance.
|
||||
#ifndef ExFatLogger_h
|
||||
#define ExFatLogger_h
|
||||
const size_t ADC_COUNT = 4;
|
||||
struct data_t {
|
||||
uint16_t adc[ADC_COUNT];
|
||||
};
|
||||
#endif // ExFatLogger_h
|
||||
Reference in New Issue
Block a user