projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix incorrect font handling
[hackover2013-badge-firmware.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
a3aa928
..
34cc96c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-148,6
+148,14
@@
OBJS += tea5767.o
VPATH += drivers/sensors/ina219
\r
OBJS += ina219.o
\r
\r
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
+# ADS1015 12-bit ADC
\r
+VPATH += drivers/adc/ads1015
\r
+OBJS += ads1015.o
\r
+
\r
##########################################################################
\r
# Library files
\r
##########################################################################
\r
##########################################################################
\r
# Library files
\r
##########################################################################
\r
This page took
0.019733 seconds
and
4
git commands to generate.