New LCD library plus -v option for gpio binary

This commit is contained in:
Gordon Drogon
2012-07-11 22:42:56 +01:00
committed by Philip Howard
parent d8e44ea3a6
commit 43aa862e97
6 changed files with 556 additions and 10 deletions

View File

@@ -35,9 +35,9 @@ LIBS =
# Should not alter anything below this line
###############################################################################
SRC = wiringPi.c serial.c wiringShift.c
SRC = wiringPi.c serial.c wiringShift.c lcd.c
OBJ = wiringPi.o serial.o wiringShift.o
OBJ = wiringPi.o serial.o wiringShift.o lcd.o
all: $(TARGET)