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.
Toggle main menu visibility
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
5
const
size_t
ADC_COUNT
= 4;
6
struct
data_t
{
7
uint16_t
adc
[
ADC_COUNT
];
8
};
9
#endif
// ExFatLogger_h
ADC_COUNT
const size_t ADC_COUNT
Definition
ExFatLogger.h:5
data_t
Definition
LowLatencyLogger/UserTypes.h:7
data_t::adc
uint16_t adc[ADC_DIM]
Definition
LowLatencyLogger/UserTypes.h:9
examples
ExFatLogger
ExFatLogger.h
Generated on
for Soldered SD Card Arduino Library by
1.17.0. Dark theme by
Tilen Majerle
. All rights reserved. Copyright:
Soldered