servo test

This commit is contained in:
shrkey
2016-10-10 20:59:15 +01:00
parent dae54e4814
commit d1044b7aad
2 changed files with 10 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ DW = ../../darkwater
INCLUDES = -I ../..
all:
$(CC) $(INCLUDES) Servo.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o Servo
$(CC) $(INCLUDES) Servo.cpp $(DW)/DW640.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o Servo
clean:
rm Servo