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.
- fix float getShuntVoltage() for negative values, kudos to aguilerabr
- add int getMaxShuntVoltage(), depends on GAIN (Table 7).
- removed default for setGain() as it was not sensors default.
- update readme.md
- Bump version after Fix #17, Kudos to ChrisRed255
- Fix #14, change round to truncate.
- update GitHub actions to v4
- update json check to v2
- update readme.md
- minor edits
- add bool setBusResolution(bits)
- add bool setBusSamples(value)
- add bool setShuntResolution(bits)
- add bool setShuntSamples(value)
- improve error checking several functions
- calls to writeRegister() should return 0.
- error handling needs improvement, this is a first step.
- improve INA219_get_settings.ino
- update keywords.txt
- update readme.md
- Fix #8, refactor API - support ESP32-S3
- update readme.md
- update examples
- add getAddress()
- Add Wire1 support for ESP32
- update readme.md
- improve RP2040 support
- add address test in isConnected()
- update readme.md
- add array example
- fix setBusADC() range check
- fix setShuntADC() range check
- fix setMode() range check
- add getMathOverflowFlag()
- add getConversionFlag()
- add example to test settings
- add example to test I2C speed
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- refactor and first public release
- initial version