Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
ExFatLogger.h
Go to the documentation of this file.
1// Avoid IDE problems by defining struct in septate .h file.
2// Pad record so size is a power of two for best write performance.
3#ifndef ExFatLogger_h
4#define ExFatLogger_h
5const size_t ADC_COUNT = 4;
6struct data_t {
7 uint16_t adc[ADC_COUNT];
8};
9#endif // ExFatLogger_h
const size_t ADC_COUNT
Definition ExFatLogger.h:5
Definition LowLatencyLogger/UserTypes.h:7
uint16_t adc[ADC_DIM]
Definition LowLatencyLogger/UserTypes.h:9