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
Currently the registers are hidden away from the developer and they do not have access to modifying individual bits as they would like.
Re-work the source along with #11 so the developer has access to everything, but can also choose to use nice APIs for the gyro, accel, and mag which configures things for you.
This means making a generic API which takes a byte buffer, length and address and writes the data blindly. This gives the developer full control of writing and reading data if they choose.
Currently the registers are hidden away from the developer and they do not have access to modifying individual bits as they would like.
Re-work the source along with #11 so the developer has access to everything, but can also choose to use nice APIs for the gyro, accel, and mag which configures things for you.
This means making a generic API which takes a byte buffer, length and address and writes the data blindly. This gives the developer full control of writing and reading data if they choose.
The text was updated successfully, but these errors were encountered: