Skip to content
Snippets Groups Projects
Commit 2c6a8c0c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

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

parent e6bfe434
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment