mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-03-21 03:12:47 +01:00
Updated the GPIO command to add in new features for PWM
Updated wiringPi to add new PWM controls.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user