use the BCM2835 library to abstract out the GPIO details
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
OBJS=main.o sysinput.o log.o gpio.o msg_queue.o time_func.o
|
||||
LIBS=-lpthread
|
||||
LIBS=-lbcm2835 -lpthread
|
||||
|
||||
upiwin: $(OBJS)
|
||||
gcc -o upiwin $(OBJS) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user