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

Wrong description for some functions #16

Closed
escherstair opened this issue Aug 29, 2023 · 3 comments
Closed

Wrong description for some functions #16

escherstair opened this issue Aug 29, 2023 · 3 comments

Comments

@escherstair
Copy link
Contributor

Based on what I understand from the datashhet, some of the functions have wrong description.
As an example:

* @brief Software reset. Restore the default values in user registers.[set]

should be
* @brief Software reset.[set]

* @param val Change the values of sw_reset in reg CTRL3_C

should be something like
* @param val Value of sw_reset in reg CTRL3_C

* @brief Software reset. Restore the default values in user registers.[get]

should be
* @brief Software reset.[get]

* @param val Change the values of sw_reset in reg CTRL3_C

should be
* @param val Value of sw_reset in reg CTRL3_C

Maybe there are other functiuons, but this ones are those that I was looking to

@avisconti
Copy link
Contributor

@escherstair
Thank you very much. Do you have time to prepare a PR? Otherwise I'll do it later on, thanks!

escherstair added a commit to escherstair/iis3dwb-pid that referenced this issue Sep 1, 2023
@escherstair
Copy link
Contributor Author

@avisconti done

avisconti pushed a commit that referenced this issue Sep 12, 2023
@avisconti
Copy link
Contributor

Closed via #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants