-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver for Freescale MAG3110 Magnetometer #2121
Conversation
Looks fine. Has someone the hardware by chance? |
* | ||
* @param[in] dev device descriptor of magnetometer | ||
* @param[out] dtemp die temperature | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the documentation for the return value?
Is it normal that a magnet above the sensor gives a negative magnitude on the z-axis? |
This one works fine except for the vtimer. When the timer is fixed and the commits are squashed I give an ACK. BTW: The commit message should not include the word "fix" (compare Travis result). Maybe we should wait with this until #2059 is merged. |
Although there is no official guideline: please use some |
The |
|
I think we are ready to go. |
@LudwigOrtmann I think I didn't get what you meant above. Are you willing to merge after the conflicts are solved? |
PS: Without looking deeper in it I assume you just need to rebase and solve conflicts in drivers/Makefile.include |
@PeterKietzmann Why should this PR wait for #2059? |
@jfischer-phytec-iot please rebase / resolve the conflicts. |
I was just thinking it's illogical to merge this even if the (only) board which has this sensor is not merged to master. But generally it's independent, that's why we already merged two other sensor drivers of the phyWave board. After rebase I'll finally ACK :-) |
I would rebase thies PR if #2119 will be merged. |
#2119 is merged |
@PeterKietzmann rebased |
Jippie. And go |
Driver for Freescale MAG3110 Magnetometer
This PR add support for Freescale MAG3110 3-Axis Digital Magnetometer.