1#ifndef DATA_SAVER_PRINT_H
2#define DATA_SAVER_PRINT_H
Timestamped float measurement container.
Abstract interface for persisting timestamped data points.
IDataSaver that prints samples to stdout for debugging.
int saveDataPoint(const DataPoint &dp, uint8_t name) override
Print the data point to the console.