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

How many veriable can use to voltage measurement? #57

Open
pramodpansare opened this issue Feb 29, 2020 · 0 comments
Open

How many veriable can use to voltage measurement? #57

pramodpansare opened this issue Feb 29, 2020 · 0 comments
Labels

Comments

@pramodpansare
Copy link

pramodpansare commented Feb 29, 2020

emon1.voltage(A0, vCalibration,1,7);
emon2.voltage(A1, vCalibration,1,7);
emon3.voltage(A2, vCalibration,1,7);

How many veriable limits for use different voltage?

When I use three veriable that's work fine but when I use forth veriable then it's not work...
Example...

emon1.voltage(A0, vCalibration,1,7);
emon2.voltage(A1, vCalibration,1,7);
emon3.voltage(A2, vCalibration,1,7);
emon4.voltage(A3, vCalibration,1,7);

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

No branches or pull requests

2 participants