Skip to content

Releases: RobTillaart/ACS712

0.3.9 release

25 Jan 13:01
c6e85e6
Compare
Choose a tag to compare
  • add yield() to improve the behaviour under RTOS
  • update readme.md (add compatibility table).
  • minor edits

0.3.8 release

20 Sep 17:47
5b73115
Compare
Choose a tag to compare
update readme.md (#41)

- add badges to readme.md
- minor edits

0.3.7 release

20 May 13:34
c56d3ce
Compare
Choose a tag to compare
update examples (#39)

- add example **estimateMidPointAC.ino** #37
- update readme.md (sampling trick #38).
- minor edits.

0.3.6 release

20 Apr 10:02
d7beb2d
Compare
Choose a tag to compare
add autoMidPointDC() (#36)

- add **autoMidPointDC(cycles)** see issue #35
- add rounding to **autoMidPoint()**
- update README.md

0.3.5 release

18 Jan 12:41
2a6eaee
Compare
Choose a tag to compare
fix build (#34)

* fix #33 build
* redo setADC()
* update readme.md

0.3.4 release

15 Jan 19:34
fd01481
Compare
Choose a tag to compare
add setADC()  (#32)

* add setADC() for external ADC

0.3.3 release

03 Jan 19:18
793130c
Compare
Choose a tag to compare
update GitHub actions (#30)

* update license to 2023
* update GitHub actions

0.3.2 release

21 Nov 19:36
891cd90
Compare
Choose a tag to compare
fix #26 DC measurements (#28)

* fix #26 midPoint data type
* fix incrMidpoint

0.3.1 release

10 Oct 10:15
e9d55d0
Compare
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
Compare
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