add influx driver

This commit is contained in:
2019-10-05 23:49:06 +02:00
parent 4b5ba236c5
commit 15e2f831b8
3 changed files with 34 additions and 2 deletions

7
src/influx.h Normal file
View File

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