You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: