9 lines
152 B
C
9 lines
152 B
C
#ifndef _INFLUX_H_
|
|
#define _INFLUX_H_
|
|
|
|
#include <libconfig.h>
|
|
|
|
void influxAddFrequency(double f);
|
|
void influxInit(config_t *pCfg);
|
|
|
|
#endif // _INFLUX_H_
|