#ifndef SENSOR3_DATA_H #define SENSOR3_DATA_H #include "base.h" bool dataAdd(const char *name, const time_t timestamp, const double value); void dataLoop(); #endif