7 lines
97 B
C
7 lines
97 B
C
#ifndef _INFLUX_H_
|
|
#define _INFLUX_H_
|
|
|
|
void influxSendFrequency(double f);
|
|
|
|
|
|
#endif // _INFLUX_H_
|