Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
GNU Affero General Public License v3.0
596
stars
422
forks
source link
How many veriable can use to voltage measurement? #57
Open
pramodpansare opened 4 years ago
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);