summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-12 23:17:16 -0700
committerKeith Packard <keithp@keithp.com>2009-04-12 23:17:16 -0700
commite14f07bfdb8824fc7ed6df1129c66ee39ffd6d54 (patch)
treebd0baa50ee2d25fe88dbbe8710a2ef9ee177d48d /Makefile
parent823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2 (diff)
Add A/D sampler
Sample A/D at the timer tick, placing data in a ring of samples. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6da6b8f..543f8e37 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ INC = \
cc1111.h
SRC = \
+ ao_adc.c \
ao_task.c \
ao_timer.c \
ao_panic.c \