projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0a1c8
)
Added mpl115a2
author
Kevin Townsend
<kevin@ktownsend.com>
Wed, 20 Jun 2012 02:10:17 +0000
(
04:10
+0200)
committer
Kevin Townsend
<kevin@ktownsend.com>
Wed, 20 Jun 2012 02:10:17 +0000
(
04:10
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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.026848 seconds
and
4
git commands to generate.