Added mpl115a2
authorKevin Townsend <kevin@ktownsend.com>
Wed, 20 Jun 2012 02:10:17 +0000 (04:10 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Wed, 20 Jun 2012 02:10:17 +0000 (04:10 +0200)
Makefile

index a3aa928..f7c250e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,6 +148,10 @@ OBJS += tea5767.o
 VPATH += drivers/sensors/ina219\r
 OBJS += ina219.o\r
 \r
+# MPL115A2 Barometric Pressure Sensor\r
+VPATH += drivers/sensors/mpl115a2\r
+OBJS += mpl115a2.o\r
+\r
 ##########################################################################\r
 # Library files \r
 ##########################################################################\r
This page took 0.028178 seconds and 4 git commands to generate.