Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
da31e6e0
Commit
da31e6e0
authored
8 years ago
by
Sergej Scheiermann
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bmm150 max datarate changed
parent
5923e66c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drivers/bmm150/bmm150.hpp
+2
-2
2 additions, 2 deletions
src/drivers/bmm150/bmm150.hpp
with
2 additions
and
2 deletions
src/drivers/bmm150/bmm150.hpp
+
2
−
2
View file @
da31e6e0
...
...
@@ -143,7 +143,7 @@
#define BMM150_DEFAULT_ODR BMM150_DATA_RATE_30HZ
/* Maximum output data rate */
#define BMM150_MAX_DATA_RATE
3
0
#define BMM150_MAX_DATA_RATE
10
0
/* 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 /
3
0)
/* microseconds */
#define BMM150_CONVERSION_INTERVAL (1000000 /
10
0)
/* microseconds */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment