Skip to content

Commit 5a33b0e

Browse files
authored
Merge pull request #10 from sparkfun/release_candidate
v1.0.6
2 parents 79adb22 + ec0e36d commit 5a33b0e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/Example1_ReadVoltageCurrentPower/Example1_ReadVoltageCurrentPower.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ void setup()
3939
// Sample rate is 32kHz. Maximum number of samples is 1023 (0x3FF) (10-bit)
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
42+
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);
4246
}
4347

4448
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)