-
Notifications
You must be signed in to change notification settings - Fork 11
Explanation of I2C Write #25
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
Comments
There are notes referring to the Kionix TN027 "Power On Procedure" 20 lines earlier. I'll investigate tomorrow... |
More detail on page 4 here: https://fscdn.rohm.com/kionix/en/document/TN027-Power-On-Procedure.pdf @tay10r : please close this issue if this answers your question. Best wishes, |
As you mentioned, it's all explained on page 4. Thanks for sharing and for the quick response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm curious about this line:
SparkFun_KX13X_Arduino_Library/src/SparkFun_Qwiic_KX13X.cpp
Line 127 in c4a4b91
As far as I can tell from the manual, there isn't a register mapped at this address and the software reset is done by setting a bit in the CNTL 2 register (which happens shortly after this line). What is this line of code doing?
The text was updated successfully, but these errors were encountered: