Initial upload
This commit is contained in:
9
examples/ADC/Makefile
Normal file
9
examples/ADC/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CC = g++
|
||||
NAVIO = ../../Navio
|
||||
INCLUDES = -I ../..
|
||||
|
||||
all:
|
||||
$(CC) $(INCLUDES) ADC.cpp $(NAVIO)/ADS1115.cpp $(NAVIO)/I2Cdev.cpp $(NAVIO)/Util.cpp -o ADC
|
||||
|
||||
clean:
|
||||
rm ADC
|
||||
Reference in New Issue
Block a user