Skip to content

Releases: RobTillaart/ACS712

0.3.1 release

10 Oct 10:15
e9d55d0

Choose a tag to compare

Develop (#25)

* add float mVNoiseLevel(frequency, cycles)
* add void suppressNoise(bool flag) - experimental suppression by averaging two samples.
* add resetMidPoint()
* improve midPoint functions
* add RP2040 pico in build-ci
* update readme.md / comments
* add I2C_display + suppressNoise() example

0.3.0 release

01 Sep 09:10
f61dd5f

Choose a tag to compare

0.3.0 prepared (#22)

* return midPoint value in MP functions.
* float return type for mA() functions
* add float mA_peak2peak(freq, cycles)
* add debug getMinimum(), 
* add debug getMaximum();
*update Readme.md

0.2.8 release

28 Aug 07:41
ba60c52

Choose a tag to compare

add mA_AC_sampling() (#20)

* prepare for 0.3.0 version
* add mA_AC_sampling()
* add getAmperePerStep()
* fix #21 + documentation
* add cycles parameter to measurements
* fix math _midPoint
* update documentation
* update unit test
* refactor various small

0.2.7 release

12 Aug 08:45
1dc910c

Choose a tag to compare

change mVperAmp to float + refactor (#17)

* change mVperAmpere to float + refactor
* add **ACS712_FF_SAWTOOTH**  form factor / crest factor
* update documentation / naming parameters / minor edits

0.2.6 release

09 Dec 14:39
81e2f57

Choose a tag to compare

update readme.md (#12)

0.2.5 release

02 Dec 18:27
debc1b3

Choose a tag to compare

add timeout to detectFrequency() (#11)

* add timeout to detectFrequency()

0.2.4 release

01 Dec 13:18
47a89a7

Choose a tag to compare

Add experimental detectFrequency() (#10)

0.2.3 release

16 Oct 09:38
233c1a2

Choose a tag to compare

change frequency param to float (#9)

* change freq param to float + update build-CI

0.2.2 release

24 Jun 12:35
431cafb

Choose a tag to compare

0.2.2 support more frequencies (#7)

0.2.1 release

06 Dec 17:37
8c44680

Choose a tag to compare

Arduino ci (#3)

* add arduino-ci
* add unittest - not 100% OK, issue made
* improve readme.md