mirror of
https://github.com/brendanhaines/RasPi.git
synced 2025-08-02 13:52:46 -06:00
adds PCA9685 (i2c servo driver) library
This commit is contained in:
9
PCA9685/Makefile
Normal file
9
PCA9685/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all: PCA9685.o PCA9685tester
|
||||
|
||||
HDRS = PCA9685.h PCA9685_Addresses.h
|
||||
CXXFLAGS = -Wall -lwiringPi
|
||||
|
||||
PCA9685.o PCA9685tester.o: $(HDRS)
|
||||
|
||||
PCA9685tester: PCA9685.o PCA9685tester.o
|
||||
$(CXX) $^ -lwiringPi -o $@
|
Reference in New Issue
Block a user