Initial escape library
Not working yet
This commit is contained in:
9
examples/Motor/Makefile
Normal file
9
examples/Motor/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CC = g++
|
||||
DW = ../../darkwater
|
||||
INCLUDES = -I ../..
|
||||
|
||||
all:
|
||||
$(CC) $(INCLUDES) Motor.cpp $(DW)/DW640.cpp $(DW)/PCA9685.cpp $(DW)/I2Cdev.cpp $(DW)/gpio.cpp $(DW)/Util.cpp -o Motor
|
||||
|
||||
clean:
|
||||
rm Motor
|
||||
Reference in New Issue
Block a user