Fixed ADS1015 typo
authorKevin Townsend <kevin@ktownsend.com>
Fri, 29 Jun 2012 09:17:15 +0000 (11:17 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Fri, 29 Jun 2012 09:17:15 +0000 (11:17 +0200)
Makefile

index f7c250e..34cc96c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,10 @@ OBJS += ina219.o
 VPATH += drivers/sensors/mpl115a2\r
 OBJS += mpl115a2.o\r
 \r
+# ADS1015 12-bit ADC\r
+VPATH += drivers/adc/ads1015\r
+OBJS += ads1015.o\r
+\r
 ##########################################################################\r
 # Library files \r
 ##########################################################################\r
This page took 0.029396 seconds and 4 git commands to generate.