We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d80a77 commit c835fb3Copy full SHA for c835fb3
src/drivers/ms5611/ms5611.cpp
@@ -104,7 +104,7 @@ static const int ERROR = -1;
104
*/
105
106
/* internal conversion time: 9.17 ms, so should not be read at rates higher than 100 Hz */
107
-#define MS5611_CONVERSION_INTERVAL 40000 /* microseconds */
+#define MS5611_CONVERSION_INTERVAL 25000 /* microseconds */
108
#define MS5611_MEASUREMENT_RATIO 3 /* pressure measurements per temperature measurement */
109
#define MS5611_BARO_DEVICE_PATH_EXT "/dev/ms5611_ext"
110
#define MS5611_BARO_DEVICE_PATH_INT "/dev/ms5611_int"
0 commit comments