![]() |
simple FS
v0.1.0
|
Description of one column (or 1 sensor) in file. More...
#include <sensor.h>
Public Attributes | |
uint8_t | id [SENSOR_ID_LENGTH] |
Unique column ID stored as an array of SENSOR_ID_LENGTH (8) bytes. | |
uint8_t | size |
Effective length of column ID. More... | |
Description of one column (or 1 sensor) in file.
Each column/sensor has unique ID.
uint8_t SensorID_t::size |
Effective length of column ID.
Maximum ID has SENSOR_ID_LENGTH (8) Bytes.