cofnig stuff

This commit is contained in:
2019-10-16 12:04:59 +02:00
parent b0257f5888
commit 0a39c5c85c
5 changed files with 64 additions and 14 deletions

View File

@ -1,7 +1,9 @@
#ifndef _INFLUX_H_
#define _INFLUX_H_
#include <libconfig.h>
void influxAddFrequency(double f);
void influxInit();
void influxInit(config_t *pCfg);
#endif // _INFLUX_H_