Sensor3/lib/patrix/data.h

11 lines
168 B
C

#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