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:
749ee97
)
Fixed ADS1015 typo
author
Kevin Townsend
<kevin@ktownsend.com>
Fri, 29 Jun 2012 09:17:15 +0000
(11:17 +0200)
committer
Kevin Townsend
<kevin@ktownsend.com>
Fri, 29 Jun 2012 09:17:15 +0000
(11:17 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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.024291 seconds
and
4
git commands to generate.