LOGGER
Logger
Data Logging using ESP8266
|
Configuration information stored at the beginning of the database. More...
Public Attributes | |
uint8_t | majorVersion |
major | |
uint8_t | minorVersion |
minor | |
uint16_t | firstByteOffset |
where the first data byte sits | |
uint16_t | millisecondsBetweenSamples |
sampling interval | |
uint16_t | sampleSize |
bytes stored for each sample | |
time_t | timeOfFirstSample |
UNIX time of the first sample. | |
uint8_t | spare [64-1-1-2-2-2-4] |
space for more stuff | |
Configuration information stored at the beginning of the database.