All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update readme.md (multiplexer)
- simplify begin(), remove setting Wire pins from library.
- add getAddress()
- update readme.md
- add support for Wire1 for ESP32
- update readme.md
- minor edits
- update GitHub actions
- update license
- removed mid() ==> use midScale() instead
- moved code from .h to .cpp
- fix #21
- update readme.md + comments
- add read back cache in reset()
- move part of code to .cpp file (prep 0.2.0)
- update keywords.txt
- minor refactor
- add rp2040 to build
- redo comments
- clean up examples
- fix ESP32 Wire.begin datatype
- extra comments on sync()
- fixed issue #14, preloading values should not change cached values
- CHANGELOG.md: moved history from AD5144A.cpp to this file.
- fix #12 always call reset in begin().
- add flag to begin(bool doReset = true) to explicitly disable the reset call. The default is true ==> backwards compatibility / normal use.
- updated readme.md
- add check for maxValue in code.
- remove experimental from version string.
- add headers to library.json,
- minor edits readme, license,
- update build-ci
- improve readme.md
- add increment()
- add decrement()
- add topScale()
- add bottomScale()
- initial version