From d6c77acf4842495eca2bbd8efb167a4ebf52fa81 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 17 May 2012 06:14:36 +0000 Subject: freshen code and play around a bit git-svn-id: https://svn.spreadspace.org/mur.sat@422 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/hhd70dongle/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'software/hhd70dongle/util.h') diff --git a/software/hhd70dongle/util.h b/software/hhd70dongle/util.h index 870cf3f..1c4cb21 100644 --- a/software/hhd70dongle/util.h +++ b/software/hhd70dongle/util.h @@ -33,6 +33,9 @@ #ifndef MURSAT_util_h_INCLUDED #define MURSAT_util_h_INCLUDED #define ADC_PRESCALER 0 +#define ADCMUX_INTERNALTEMP 0b100111 +#define ADCMUX_ADC12 0b100100 + void reset(void); int16_t adc_read(uint8_t mux); -- cgit v1.2.3