-
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 MMA8652 Accelerometer #2119
Conversation
@@ -0,0 +1,3 @@ | |||
MODULE = mma8652 |
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.
This shouldn't be necessary any more. Module name is generate from the directory name.
Wow nice work. Looks good! |
Has someone the hardware by chance? |
@PeterKietzmann We have limited samples of our Evaluation Bords (phyWAVE-A-Eval-Board). We can provide 1-2 hardware samples to riot developers. Please contact me for more information. |
This one works fine except for the |
Tested with af03da0, OK. |
|
Ready to go. |
|
Ups, don't go yet. After merging the other drivers there are conflicts... |
PS: Without looking deeper in it I assume you just need to rebase and solve conflicts in drivers/Makefile.include |
rebased, but the merging of TMP006 was not working properly. |
What do you mean? |
Ignore it about TMP006, I'm a little confused today :-) 👻 |
@jfischer-phytec-iot what is the problem? Today I can't test this with hardware but compiling the test application for the stm32f4discovery board with the current master is successful. |
Sorry ignore the last one please.It's outdated. I had some craftsmen here today working on the communication lines. That's why I couldn't go to the office and had no internet here for a while. So everything should be ready to merge. |
And go |
Driver for Freescale MMA8652 Accelerometer
This PR add support for Freescale MMA8652 3-Axis 12-bit Digital Accelerometer.
This driver only implements basic functionality.