Skip to content

fix misscounted byte position in command response #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

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

fm4dd
Copy link
Contributor

@fm4dd fm4dd commented Feb 11, 2019

The response value position was incorrectly set to data[4 + x]. The correct value is data[5 + x]. (SH-2 Reference Manual, page 42 figure 43).

The response value position was incorrectly set to data[4 + x]. The correct value is data[5 + x]. (SH-2 Reference Manual, page 42 figure 43).
@nseidle nseidle merged commit 82b6a5c into sparkfun:master Feb 18, 2019
@nseidle
Copy link
Member

nseidle commented Feb 18, 2019

Good catch. Thank you for the PR! I'll bump lib version shortly.

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

Successfully merging this pull request may close these issues.

2 participants