11 lines
168 B
C
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
|