led stuff

This commit is contained in:
2019-10-31 21:45:22 +01:00
parent 34f6066ef1
commit 236632cf63
4 changed files with 41 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall
LDFLAGS=-lwiringPi -lcurl -lconfig
counter: counter.o LS7366R.o influx.o ringbuffer.o
counter: counter.o LS7366R.o influx.o ringbuffer.o led.o
$(CC) -o $@ $(LDFLAGS) $^
.c.o: