diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-20 23:47:55 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-21 02:07:43 -0700 |
| commit | 557522e447448023d7869c0fa15ed8337db7e1b8 (patch) | |
| tree | c45649e979e4852fef7e65ac5bcc52c01157e688 /src-avr/telescience | |
| parent | f7e552a0f4b1382a076b0f3ffc50ef068bfa141f (diff) | |
src-avr: Add ADC routines to telescience
Note that SLEEP mode must be disabled or extra ADC interrupts occur,
which messes up saving ADC values to the right channel.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/telescience')
| -rw-r--r-- | src-avr/telescience/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/telescience/Makefile b/src-avr/telescience/Makefile index 2114b43d..1efa34f1 100644 --- a/src-avr/telescience/Makefile +++ b/src-avr/telescience/Makefile @@ -50,6 +50,7 @@ ALTOS_SRC = \ ao_timer.c \ ao_led.c \ ao_usb_avr.c \ + ao_adc_avr.c \ $(TELESCIENCE_STORAGE) PRODUCT=TeleScience-v0.1 |
