kernel: Widen pyro time values to 32 bits
[fw/altos] / src / kernel / ao_sample.h
index 04e97e7b29f0c309b1a1a6710cad314d18731dbb..8e64095b79a407478d1f5af3082f3e26fedbee81 100644 (file)
@@ -156,6 +156,10 @@ extern angle_t     ao_sample_orient;
 extern angle_t ao_sample_orients[AO_NUM_ORIENT];
 extern uint8_t ao_sample_orient_pos;
 #endif
+#if HAS_MOTOR_PRESSURE
+extern motor_pressure_t ao_ground_motor_pressure;
+extern motor_pressure_t ao_sample_motor_pressure;
+#endif
 
 void ao_sample_init(void);
 
@@ -199,4 +203,8 @@ extern ao_v_t                       ao_error_a;
 
 void ao_kalman(void);
 
+#if !HAS_BARO
+void ao_kalman_reset_accumulate(void);
+#endif
+
 #endif /* _AO_SAMPLE_H_ */