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

Build Voltage probe #5

Open
Ciusss89 opened this issue Nov 23, 2019 · 0 comments
Open

Build Voltage probe #5

Ciusss89 opened this issue Nov 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Ciusss89
Copy link
Owner

▸       /* save the rms measure of voltage and current */
▸       em->rms_c = ((rms_in_c * CT_RATIO) / bur_resistor);
▸       em->rms_v = 230; /* I don't have the voltage probe yet */
▸       (void)rms_in_v;  /* workaround to silent the -Werror=unused-but-set-variable*/

▸       return 0;

As shown before the acquisition loop is ready to compute the voltage measure.
Take a look here 1 2 3

@Ciusss89 Ciusss89 added the enhancement New feature or request label Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant