diff options
| author | Keith Packard <keithp@keithp.com> | 2012-10-06 17:05:59 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-06 17:05:59 -0700 | 
| commit | c676ad8048d10ad9da22ea3acf19e4e1872103ff (patch) | |
| tree | 94e2609e65bb04d9b4b3ef236c7ee12479607b6b /src | |
| parent | 82fdc42d61340e6b76580ff12a9e1bea59eb8079 (diff) | |
altos/megametrum: Use mma655x for acceleration measurements now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index f6b49dd0..724878b5 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -107,8 +107,6 @@  #define HAS_GPS			1  #define HAS_FLIGHT		1  #define HAS_ADC			1 -#define HAS_ACCEL		1 -#define HAS_ACCEL_REF		1  #define HAS_LOG			1  /* | 
