batch database access

This commit is contained in:
2019-10-07 12:39:18 +02:00
parent 3d246ba6c4
commit efd80926e1
3 changed files with 44 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#ifndef _INFLUX_H_
#define _INFLUX_H_
void influxSendFrequency(double f);
void influxAddFrequency(double f);
void influxInit();
#endif // _INFLUX_H_