Releases: RobTillaart/ACS712
Releases · RobTillaart/ACS712
0.3.10 release
- update readme.md, ESPHome #51, kudos to uTZFu
- add debug example.
0.3.9 release
- add yield() to improve the behaviour under RTOS
- update readme.md (add compatibility table).
- minor edits
0.3.8 release
update readme.md (#41) - add badges to readme.md - minor edits
0.3.7 release
update examples (#39) - add example **estimateMidPointAC.ino** #37 - update readme.md (sampling trick #38). - minor edits.
0.3.6 release
add autoMidPointDC() (#36) - add **autoMidPointDC(cycles)** see issue #35 - add rounding to **autoMidPoint()** - update README.md
0.3.5 release
fix build (#34) * fix #33 build * redo setADC() * update readme.md
0.3.4 release
add setADC() (#32) * add setADC() for external ADC
0.3.3 release
update GitHub actions (#30) * update license to 2023 * update GitHub actions
0.3.2 release
fix #26 DC measurements (#28) * fix #26 midPoint data type * fix incrMidpoint
0.3.1 release
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