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

Misleading comment in AD5940_BIA #16

Open
pavel-kamaev opened this issue Dec 21, 2021 · 0 comments
Open

Misleading comment in AD5940_BIA #16

pavel-kamaev opened this issue Dec 21, 2021 · 0 comments

Comments

@pavel-kamaev
Copy link

Body impedance calculation doesn't include RCAL or Rz values. But instead it deals with voltage and current.

DataCount = (DataCount/4)*4;/* We expect RCAL data together with Rz data. One DFT result has two data in FIFO, real part and imaginary part. */

Should be:
DataCount = (DataCount/4)*4;/* We expect voltage data together with current data. One DFT result has two data in FIFO, real part and imaginary part. */

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

1 participant