Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: RobTillaart/ACS712

Tags

0.3.10

Toggle 0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update readme.md (#52)

- update readme.md, ESPHome #51, kudos to uTZFu
- add debug example.

0.3.9

Toggle 0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Develop (#47)

- add yield() to improve the behaviour under RTOS
- update readme.md (add compatibility table).
- minor edits

0.3.8

Toggle 0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update readme.md (#41)

- add badges to readme.md
- minor edits

0.3.7

Toggle 0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update examples (#39)

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

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add autoMidPointDC() (#36)

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

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix build (#34)

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

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add setADC() (#32)

* add setADC() for external ADC

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update GitHub actions (#30)

* update license to 2023
* update GitHub actions

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix #26 DC measurements (#28)

* fix #26 midPoint data type
* fix incrMidpoint

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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