Skip to content
Snippets Groups Projects
Commit da31e6e0 authored by Sergej Scheiermann's avatar Sergej Scheiermann Committed by Lorenz Meier
Browse files

bmm150 max datarate changed

parent 5923e66c
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@
#define BMM150_DEFAULT_ODR BMM150_DATA_RATE_30HZ
/* Maximum output data rate */
#define BMM150_MAX_DATA_RATE 30
#define BMM150_MAX_DATA_RATE 100
/* Default BMM150_INT_SETT_CTRL_REG Value */
#define BMM150_DEFAULT_INT_SETT 0x3F
......@@ -179,7 +179,7 @@
#define BMM150_SOFT_RESET_MASK 0x82
/* This value is set based on Max output data rate value */
#define BMM150_CONVERSION_INTERVAL (1000000 / 30) /* microseconds */
#define BMM150_CONVERSION_INTERVAL (1000000 / 100) /* microseconds */
......
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