MS5611: Drop readout rate to 25 Hz to alleviate self-heating.

This commit is contained in:
Lorenz Meier
2016-05-22 15:21:56 +02:00
parent e6bfe4348c
commit 2c6a8c0ce6

View File

@@ -98,7 +98,7 @@ static const int ERROR = -1;
*/
/* internal conversion time: 9.17 ms, so should not be read at rates higher than 100 Hz */
#define MS5611_CONVERSION_INTERVAL 10000 /* microseconds */
#define MS5611_CONVERSION_INTERVAL 40000 /* microseconds */
#define MS5611_MEASUREMENT_RATIO 3 /* pressure measurements per temperature measurement */
#define MS5611_BARO_DEVICE_PATH_EXT "/dev/ms5611_ext"
#define MS5611_BARO_DEVICE_PATH_INT "/dev/ms5611_int"