diff options
author | Keith Packard <keithp@keithp.com> | 2012-10-07 15:40:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-10-07 15:40:41 -0700 |
commit | 16bbe9d25856259d2694751c364b668638e4a971 (patch) | |
tree | 9fb7545cbf954dd7b38bcb167656f74867003532 | |
parent | 6d47dd1d9104745cf68bef23b066c5033ca30a84 (diff) |
altos/megametrum: Try running accel and baro in parallel again
Now that the baro sensor appears to be working, try running
conversions in parallel to see if that makes the accel cal happy
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index eba72b4f..724878b5 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -248,7 +248,7 @@ struct ao_adc { * Pressure sensor settings */ #define HAS_MS5607 1 -#define AO_MS5607_PRIVATE_PINS 0 +#define AO_MS5607_PRIVATE_PINS 1 #define AO_MS5607_CS_PORT (&stm_gpioc) #define AO_MS5607_CS_PIN 4 #define AO_MS5607_CS_MASK (1 << AO_MS5607_CS) |