altos/megametrum: Try running accel and baro in parallel again
authorKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2012 22:40:41 +0000 (15:40 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2012 22:40:41 +0000 (15:40 -0700)
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>
src/megametrum-v0.1/ao_pins.h

index eba72b4f7c9a86f25a26783d5a9c42b088d7fed8..724878b51c6bcfee669cfc7f9d8264f9e1a1a92c 100644 (file)
@@ -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)