summaryrefslogtreecommitdiff
path: root/src/teleterra-v0.2/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-10-23 14:51:32 -0700
committerKeith Packard <keithp@keithp.com>2011-10-23 14:51:32 -0700
commitf70553106707e3496d07eecb83f0c0a1acad7f77 (patch)
tree23f9916f733d88cffbc2304ac9a517b1ea012044 /src/teleterra-v0.2/Makefile
parent7e7a10c06a0486e9f869e361e46f2c98db9897b0 (diff)
altos: Add battery voltage sampling driver
For devices without a full ADC compliment, this just samples the battery pin and converts to mV. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/teleterra-v0.2/Makefile')
-rw-r--r--src/teleterra-v0.2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teleterra-v0.2/Makefile b/src/teleterra-v0.2/Makefile
index 8e4569a9..36f523a3 100644
--- a/src/teleterra-v0.2/Makefile
+++ b/src/teleterra-v0.2/Makefile
@@ -32,6 +32,7 @@ CORE_SRC = \
ao_task.c
CC1111_SRC = \
+ ao_battery.c \
ao_beep.c \
ao_button.c \
ao_dbg.c \