Updated the GPIO command to add in new features for PWM

Updated wiringPi to add new PWM controls.
This commit is contained in:
Gordon Henderson
2012-08-19 15:12:45 +01:00
parent c433519cf1
commit f99ffeda40
5 changed files with 170 additions and 45 deletions

View File

@@ -41,7 +41,7 @@ OBJ = gpio.o
all: gpio
gpio: gpio.o
gpio: gpio.o /usr/local/lib/libwiringPi.a
@echo [LD]
@$(CC) -o $@ gpio.o $(LDFLAGS) $(LIBS)