 |
simple FS
v0.1.0
|
Go to the documentation of this file.
45 #ifndef FLASH_MODULE_DATA_H
46 #define FLASH_MODULE_DATA_H
58 void data_init(
void*, uint16_t);
62 void data_reset(
void);
63 void data_doMeasure(
void);
64 uint8_t data_count(
void);
66 #endif //FLASH_MODULE_DATA_H
Describes internal structure of file.
Definition: file_format.h:228
The interface, that defines list of functions, tha have to be implemented for each type of value (or ...
Definition: sensor.h:66
Declarations of universal functions to access to values.
Sensor value is stored as array of bytes.
Definition: sensor.h:42
Definition: module_data.h:52
Base structure for description of sored value.
Definition: file_format.h:211
Description of one column (or 1 sensor) in file.
Definition: sensor.h:32