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

View File

@ -1,9 +1,9 @@
CC=gcc
CFLAGS=-Wall
LDFLAGS=-lwiringPi
LDFLAGS=-lwiringPi -lcurl
counter: counter.o LS7366R.o
counter: counter.o LS7366R.o influx.o
$(CC) -o $@ $(LDFLAGS) $^
.c.o: