Skip to content
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

[WIP]bma180 support added for accelerometer #1856

Closed
wants to merge 1 commit into from

Conversation

ho-dor
Copy link
Contributor

@ho-dor ho-dor commented Jul 8, 2019

Fixes First steps for issues #1840

Changes: bma180 support for accelerometer

Checklist: [Please tick following check boxes with [x] if the respective task is completed]

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing: WIP

import java.util.List;

/**
* Created by Harsh on 6/6/18.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really?

@CloudyPadmal
Copy link
Collaborator

@ho-dor did you check if this works?

@ho-dor
Copy link
Contributor Author

ho-dor commented Jul 8, 2019

I am still working on this hence the WIP tag.

@CloudyPadmal CloudyPadmal added the In Progress Developer is working on the problem label Jul 9, 2019
@CloudyPadmal
Copy link
Collaborator

@ho-dor what's the progress of this? It seems like a big copy pasted code with no progress. Even Harsh's name is there.

@ho-dor
Copy link
Contributor Author

ho-dor commented Jul 12, 2019

Well, the working is similar to mpu6050. It is dependent on the i2c working so once the i2c reading issue gets resolved , this can progress.

@CloudyPadmal
Copy link
Collaborator

Open when ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Progress Developer is working on the problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants