You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▸ /* 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 123
The text was updated successfully, but these errors were encountered:
As shown before the acquisition loop is ready to compute the voltage measure.
Take a look here 1 2 3
The text was updated successfully, but these errors were encountered: