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

bma180 driver std::vector data out of scope #40

Open
Poofjunior opened this issue Jul 2, 2014 · 0 comments
Open

bma180 driver std::vector data out of scope #40

Poofjunior opened this issue Jul 2, 2014 · 0 comments
Labels

Comments

@Poofjunior
Copy link
Collaborator

Line 1351 to 1378

BMA180::readSensorData returns a pointer to a memory location that is out of scope. There are a few ways to rewrite the function. We could pass a pointer to the starting location of an array where the data will be written to.

@proan proan added the bug label Jul 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants