-
Notifications
You must be signed in to change notification settings - Fork 19
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
registers: support writing axis acceleration value #337
base: main
Are you sure you want to change the base?
Conversation
All values in bytes. Δ Delta to base
|
🤔 does it really work? I supposed we didn't have those runtime accelerations used in the code. |
b97c64c
to
0f4e7d6
Compare
Automated Test Code Coverage ReportView details...
TOTAL: 2730 lines of code, 2030 lines executed, 74% covered. |
This PR makes #334 obsolete, right? |
while
|
The read operation now returns the actual used value instead of the maximum allowed acceleration value. Change in memory: Flash: + 78 bytes SRAM: 0 bytes
0f4e7d6
to
75a5ba3
Compare
Rebased to sync with main. No functional changes made. |
@3d-gussner If you find time, can you double check you were using the correct firmware? I don't see how the write can be rejected. It should work now when we have a 'write' function defined. I'll see if I can test this on my MK4S today or tomorrow. For reference, this is the function which determines if its accepted or rejected. False means Rejected. |
The read operation now returns the actual used value instead of the maximum allowed acceleration value.
Fixes #333
Change in memory:
Flash: + 78 bytes
SRAM: 0 bytes