Skip to content

Commit ec0e36d

Browse files
committed
v1.0.6
1 parent 7ea38f1 commit ec0e36d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Example1_ReadVoltageCurrentPower/Example1_ReadVoltageCurrentPower.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ void setup()
4040
mySensor.setNumberOfSamples(1023, true); // Set the number of samples in shadow memory and eeprom
4141
mySensor.setBypassNenable(true, true); // Enable bypass_n in shadow memory and eeprom
4242

43-
// By default current range is set for the 30A version of the ACS37800
44-
// Uncomment if you are using the 90A version
45-
// mySensor->setCurrentRange(90);
43+
// By default, the current range is set for the 30A version of the ACS37800
44+
// Uncomment the next line if you are using the 90A version:
45+
//mySensor.setCurrentRange(90);
4646
}
4747

4848
void loop()

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun ACS37800 Power Monitor Arduino Library
2-
version=1.0.5
2+
version=1.0.6
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics
55
sentence=Library for the Allegro MicroSystems ACS37800 power monitor IC

0 commit comments

Comments
 (0)